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 |
CartesianCategoryAxis
This object is used to map defined axis as category.
|
class |
CartesianLinearAxis
This object is used to map defined axis as linear.
|
class |
CartesianLogarithmicAxis
This object is used to map defined axis as logarithmic.
|
class |
CartesianTimeAxis
This object is used to map defined axis as time.
|
class |
CartesianTimeSeriesAxis
This object is used to map defined axis as time series.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorAxis
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. |
class |
ColorLogarithmicAxis
The coloring of the nodes will be done with a special color scale, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. |
class |
SizeAxis
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. |
class |
SizeLogarithmicAxis
The scale is used to map the values to symbol radius size, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. |