Class BubbleOptions
java.lang.Object
software.xdev.chartjs.model.options.Options<BubbleOptions,DefaultAnimation>
software.xdev.chartjs.model.options.BubbleOptions
The bubble chart has no unique configuration options. To configure options common to all of the bubbles, the point
element options are used.
For example, to give all bubbles a 1px wide black border, the following options would be used.
new Chart(ctx,{ type:"bubble", options: { elements: { points: { borderWidth: 1, borderColor: 'rgb(0, 0, 0)' } } } });
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.options.Options
animation, animations, events, hover, indexAxis, layout, legendCallback, maintainAspectRatio, onClick, onResize, plugins, responsive, responsiveAnimationDuration, scales
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.xdev.chartjs.model.options.Options
getAnimation, getAnimations, getEvents, getHover, getIndexAxis, getLayout, getLegendCallback, getMaintainAspectRatio, getOnClick, getOnResize, getPlugins, getResponsive, getResponsiveAnimationDuration, getScales, self, setAnimation, setAnimations, setEvents, setHover, setIndexAxis, setLayout, setLegendCallback, setMaintainAspectRatio, setOnClick, setOnResize, setPlugins, setResponsive, setResponsiveAnimationDuration, setScales
-
Field Details
-
elements
-
-
Constructor Details
-
BubbleOptions
public BubbleOptions()
-
-
Method Details
-
getElements
-
setElements
-