| Package | Description |
|---|---|
| org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
| 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.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
| Class and Description |
|---|
| BarDataset
The bar chart allows a number of properties to be specified for each dataset.
|
| BubbleDataset
The chart allows a number of properties to be specified for each dataset.
|
| Data
CHART.JS entity object to configure the data options of a chart.
It contains labels and datasets. |
| Dataset
The chart allows a number of properties to be specified for each dataset.
|
| DoughnutDataset
The doughnut chart allows a number of properties to be specified for each dataset.
|
| LineDataset
The line chart allows a number of properties to be specified for each dataset.
|
| PieDataset
The pie chart allows a number of properties to be specified for each dataset.
|
| PolarAreaDataset
The polar area chart allows a number of properties to be specified for each dataset.
|
| RadarDataset
The radar chart allows a number of properties to be specified for each dataset.
|
| ScatterDataset
The scatter chart allows a number of properties to be specified for each dataset.
|
| StackedAreaDataset
The stacked area chart allows a number of properties to be specified for each dataset.
|
| StackedBarDataset
The stacked bar area chart allows a number of properties to be specified for each dataset.
|
| TimeSeriesBarDataset
The time series bar chart allows a number of properties to be specified for each dataset.
|
| TimeSeriesLineDataset
The time series line chart allows a number of properties to be specified for each dataset.
|
| Class and Description |
|---|
| BarBorderWidth
Defines the border width for BAR dataset (left, top, right, bottom).
|
| BarDataset
The bar chart allows a number of properties to be specified for each dataset.
|
| BorderAligner
Utility to manage the border alignment on chart datasets.
|
| DataPoint
Used for sparse datasets, such as those in scatter charts.
|
| Dataset
The chart allows a number of properties to be specified for each dataset.
|
| Dataset.Property
Name of properties of native object.
|
| DatasetCanvasObjectFactory
Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a GWT canvas gradient or pattern must be created. |
| HasDataPoints
Interface to define if a dataset can contains data points.
|
| HasDataset
Interface to get a dataset instance.
|
| HasTimeSeriesItems
Interface to define if a dataset can contains time series items.
|
| HovingDataset
The chart allows a number of properties to be specified for each dataset.
|
| HovingFlexDataset
This dataset is managing some common properties related to background and border colors where every property can be set as a
single value or an array.
|
| Labels
Contains the labels of the chart.
Is able to manage also multi-line labels. |
| LineDataset
The line chart allows a number of properties to be specified for each dataset.
|
| LiningDataset
The chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset. This class collects a set of common field for Line and Radar charts. |
| Orderer
Utility to manage the order option on chart datasets.
|
| PieDataset
The pie chart allows a number of properties to be specified for each dataset.
|
| TimeSeriesItem
Default implementation for time series item interface in order to manage time series item (time and value).
|
| Class and Description |
|---|
| Dataset
The chart allows a number of properties to be specified for each dataset.
|
| HasDataset
Interface to get a dataset instance.
|