Package | Description |
---|---|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
RadiusCallback |
BubbleDataset.getHitRadiusCallback()
Returns the hit radius callback, if set, otherwise
null . |
RadiusCallback |
BubbleDataset.getHoverRadiusCallback()
Returns the hover radius callback, if set, otherwise
null . |
RadiusCallback |
LiningDataset.getPointHitRadiusCallback()
Returns the point hit radius callback, if set, otherwise
null . |
RadiusCallback |
LiningDataset.getPointHoverRadiusCallback()
Returns the point hover radius callback, if set, otherwise
null . |
RadiusCallback |
LiningDataset.getPointRadiusCallback()
Returns the point radius callback, if set, otherwise
null . |
RadiusCallback |
BubbleDataset.getRadiusCallback()
Returns the radius callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BubbleDataset.setHitRadius(RadiusCallback hitRadiusCallback)
Sets the hit radius callback.
|
void |
BubbleDataset.setHoverRadius(RadiusCallback hoverRadiusCallback)
Sets the hover radius callback.
|
void |
LiningDataset.setPointHitRadius(RadiusCallback pointHitRadiusCallback)
Sets the point hit radius callback.
|
void |
LiningDataset.setPointHoverRadius(RadiusCallback pointHoverRadiusCallback)
Sets the point hover radius callback.
|
void |
LiningDataset.setPointRadius(RadiusCallback pointRadiusCallback)
Sets the point radius callback.
|
void |
BubbleDataset.setRadius(RadiusCallback radiusCallback)
Sets the radius callback.
|
Modifier and Type | Method and Description |
---|---|
RadiusCallback |
DataLabelsOptions.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setBorderRadius(RadiusCallback borderRadiusCallback)
Sets the border radius callback.
|
void |
DataLabelsOptions.setBorderRadius(RadiusCallback borderRadiusCallback)
Sets the border radius callback.
|