Package | Description |
---|---|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the DATALABELS plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.datalabels.callbacks |
Contains the DATALABELS plugin callback interfaces to configure the plugin itself.
|
Modifier and Type | Method and Description |
---|---|
Font |
DataLabelsOptions.getFont()
Returns the font element.
|
Modifier and Type | Method and Description |
---|---|
Font |
FontCallback.font(AbstractChart<?,?> chart,
Context context)
Returns the font element at runtime, using the chart instance and the plugin context.
|