Package | Description |
---|---|
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 |
---|---|
LabelItemBuilder |
DataLabelsOptionsBuilder.createLabel(DataLabelId id)
Returns new options builder for new label identified by id.
|
LabelItemBuilder |
DataLabelsOptionsBuilder.createLabel(String id)
Returns new options builder for new label identified by id.
|
LabelItemBuilder |
DataLabelsOptionsBuilder.getLabel(DataLabelId id)
Returns the options builder for label identified by id
|
LabelItemBuilder |
DataLabelsOptionsBuilder.getLabel(String id)
Returns the options builder for label identified by id.
|