Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleMapScales
Extends the scales configuration in order to avoid some operation, not consistent on GEO chart, and expose additional objects to configure GEO charts, as scales.
|
class |
ChoroplethScales
Extends the scales configuration in order to avoid some operation, not consistent on GEO chart, and expose additional objects to configure GEO charts, as scales.
|