| Package | Description |
|---|---|
| org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
| Modifier and Type | Method and Description |
|---|---|
AxisTickToLabelConversionCallback |
Axis.getAxisTickToLabelConversionCallback()
Returns the user callback that runs before/after ticks are converted in the strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Axis.setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback axisTickToLabelConversionCallback)
Sets the user callback that runs before/after ticks are converted in the strings.
|