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.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
org.pepstock.charba.client.defaults.chart |
Contains the default values of chart options based on type of chart instance.
|
org.pepstock.charba.client.defaults.globals |
Contains the default values of chart options for all chart types (CHART.JS options defaults).
|
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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Class and Description |
---|---|
class |
BarDataset
The bar chart allows a number of properties to be specified for each data set.
|
class |
HorizontalBarDataset
The horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set. Some properties can be specified as an array. If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on. |
class |
StackedBarDataset
The stacked bar area chart allows a number of properties to be specified for each dataset.
|
class |
StackedHorizontalBarDataset
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
|
class |
TimeSeriesBarDataset
The time series bar chart allows a number of properties to be specified for each dataset.
|
class |
TimeSeriesHorizontalBarDataset
The time series horizontal bar chart allows a number of properties to be specified for each dataset.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IsDefaultTypedDataset
Interface to define datasets object defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChartTypedDatasets
Default values for DATASETS element for a specific
Type . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTypedDataset
CHART.JS default values for DATASETS element.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoroplethDataset
The choropleth data set allows a region definition (by
Feature ) and specific value to be specified. |
Modifier and Type | Interface and Description |
---|---|
interface |
HasBarDatasetOptions
Defines a BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedDataset
Contains the options for the data sets.
|