| 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.
|
| org.pepstock.charba.client.plugins |
Contains all classes to manage the plugin implementations.
|
| 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.
|
| HorizontalBarDataset
The horizontal bar 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.
|
| BarStacker
Utility to manage the stack option on bar/horizontal chart datasets.
|
| BorderAligner
Utility to manage the border alignment on chart datasets.
|
| Clip
Defines how to clip relative to chartArea.
Positive value allows overflow, negative value clips that many pixels inside chartArea. If sets false, that means that CHART.JS will use chart area dimension.With false value, the properties will be:
Left is 0
Top is 0
Right is area right
Bottom is area bottom
|
| 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.
|
| HasPointFillStrokeStyles
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLY LiningDataset has implemented this interface |
| HasTimeSeriesItems
Interface to define if a dataset can contains time series items.
|
| HorizontalBarDataset
The horizontal bar chart allows a number of properties to be specified for each dataset.
|
| 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.
|
| Class and Description |
|---|
| Dataset
The chart allows a number of properties to be specified for each dataset.
|