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 | Class and Description |
---|---|
class |
StackedScales
Specific scales for stacked charts.
|
class |
TimeSeriesScales
Specific scales for time series charts.
It uses CartesianTimeSeriesAxis for X axis and Linear for Y axis. |
Modifier and Type | Method and Description |
---|---|
Scales |
StackedOptions.getScales() |
Scales |
ScalesOptions.getScales()
Returns the scales element.
|