Class BubbleDataset
java.lang.Object
software.xdev.chartjs.model.dataset.Dataset<T,O>
software.xdev.chartjs.model.dataset.BackgroundBorderHoverDataset<BubbleDataset,BubbleDataPoint>
software.xdev.chartjs.model.dataset.BubbleDataset
- See Also:
-
Field Summary
FieldsFields 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) protected String
setHoverRadius
(List<Integer> hoverRadius) Additional radius to add to data radius on hover.setPointStyle
(Object pointStyle) setXAxisID
(String xAxisID) setYAxisID
(String yAxisID) 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, getClip, getData, getData, getHidden, getIndexAxis, getLabel, getOrder, getStack, getType, self, setClip, setData, setData, setDataUnchecked, setDataUnchecked, setHidden, setIndexAxis, setLabel, setOrder, setStack, setType, withDefaultType
-
Field Details
-
xAxisID
-
yAxisID
-
hoverRadius
-
pointStyle
-
-
Constructor Details
-
BubbleDataset
public BubbleDataset()
-
-
Method Details
-
defaultType
- Specified by:
defaultType
in classDataset<BubbleDataset,
BubbleDataPoint>
-
getXAxisID
-
setXAxisID
-
getYAxisID
-
setYAxisID
-
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
-
getPointStyle
-
setPointStyle
-