Package | Description |
---|---|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.matrix |
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js ) for CHART.js. |
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
org.pepstock.charba.client.treemap |
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js ) for CHART.js. |
Modifier and Type | Class and Description |
---|---|
class |
DataPoint
Used for sparse datasets, such as those in scatter charts.
|
class |
TimeSeriesItem
Default implementation for time series item interface in order to manage time series item (time and value).
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleMapDataPoint
Used for BubbleMap data sets to set the data to render.
A data has to have a latitude and longitude properties and a value property containing the value for the coloring. |
class |
ChoroplethDataPoint
Used for GEO data sets to set the data to render.
A GEO data has to have a feature property containing the feature to render and a value property containing the value for the coloring. |
Modifier and Type | Class and Description |
---|---|
class |
MatrixDataPoint
Maps the data passed to a matrix dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
SankeyDataPoint
Maps the data passed to a sankey dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeMapDataPoint
Used for treemap datasets.
|