| 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 |
|---|---|
AxisFitCallback |
Axis.getAxisFitCallback()
Returns the user callback that runs before/after the scale fits to the canvas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Axis.setAxisFitCallback(AxisFitCallback axisFitCallback)
Sets the user callback that runs before/after the scale fits to the canvas.
|