| Package | Description |
|---|---|
| org.pepstock.charba.client | |
| org.pepstock.charba.client.defaults.global | |
| org.pepstock.charba.client.defaults.scale | |
| org.pepstock.charba.client.options.scales |
| Modifier and Type | Method and Description |
|---|---|
static Scale |
Defaults.getScale()
Returns the global scale options.
It maps the CHART.JS object of default, chart.defaults.scale. |
| Modifier and Type | Method and Description |
|---|---|
Scale |
Options.getScale() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Scale> |
Scales.getXAxes() |
java.util.List<Scale> |
Scales.getYAxes() |
| Modifier and Type | Method and Description |
|---|---|
protected Scale |
Axis.getScale()
Returns the global options for this chart.
|