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 |
---|---|
BorderWidthCallback |
Dataset.getBorderWidthCallback()
Returns the border width callback, if set, otherwise
null . |
BorderWidthCallback |
Dataset.getHoverBorderWidthCallback()
Returns the hover border width callback, if set, otherwise
null . |
BorderWidthCallback |
LiningDataset.getPointBorderWidthCallback()
Returns the point border width callback, if set, otherwise
null . |
BorderWidthCallback |
LiningDataset.getPointHoverBorderWidthCallback()
Returns the point hover border width callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setBorderWidth(BorderWidthCallback borderWidthCallback)
Sets the border width callback.
|
void |
Dataset.setHoverBorderWidth(BorderWidthCallback hoverBorderWidthCallback)
Sets the hover border width callback.
|
void |
LiningDataset.setPointBorderWidth(BorderWidthCallback pointBorderWidthCallback)
Sets the point border width callback.
|
void |
LiningDataset.setPointHoverBorderWidth(BorderWidthCallback pointHoverBorderWidthCallback)
Sets the point hover border width callback.
|
Modifier and Type | Method and Description |
---|---|
BorderWidthCallback |
DataLabelsOptions.getBorderWidthCallback()
Returns the border width callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setBorderWidth(BorderWidthCallback borderWidthCallback)
Sets the border width callback.
|
void |
DataLabelsOptions.setBorderWidth(BorderWidthCallback borderWidthCallback)
Sets the border width callback.
|