Class BubbleDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset<T,O>
software.xdev.chartjs.model.dataset.RoundDataset<BubbleDataset,BubbleDataPoint>
software.xdev.chartjs.model.dataset.BubbleDataset
A collection of data points for a bubble chart.
For best results, ensure that each property is set with a list of equal length.
-
Field Summary
Fields inherited from class software.xdev.chartjs.model.dataset.RoundDataset
label
Fields inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
backgroundColor, borderColor, borderWidth, hoverBackgroundColor, hoverBorderColor, hoverBorderWidth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHoverRadius
(Integer hoverRadius) setHoverRadius
(List<Integer> hoverRadius) Additional radius to add to data radius on hover.Methods inherited from class software.xdev.chartjs.model.dataset.RoundDataset
getLabel, setLabel
Methods inherited from class software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset
addBackgroundColor, addBackgroundColors, addBorderColor, addBorderColors, addBorderWidth, addHoverBackgroundColor, addHoverBorderColor, addHoverBorderWidth, getBackgroundColor, getBorderColor, getBorderWidth, getHoverBackgroundColor, getHoverBorderColor, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidth, setHoverBorderWidth
Methods inherited from class software.xdev.chartjs.model.dataset.Dataset
addData, addDataUnchecked, clearData, getData, getData, self, setData, setData, setDataUnchecked, setDataUnchecked
-
Constructor Details
-
BubbleDataset
public BubbleDataset()
-
-
Method Details
-
setHoverRadius
Additional radius to add to data radius on hover.
Each BubbleDataPoint in this BubbleDataset uses the hoverRadius at its corresponding index.
-
addHoverRadius
- See Also:
-
getHoverRadius
-