Class | Description |
---|---|
Animation |
It animates charts out of the box.
|
BarOptions |
Specific options for BAR chart.
|
BaseOptions |
Base object which maps chart options.
Charba stores the unique chart ID into CHART.JS chart options using charbaId property key.Important topics to take care: Responsive When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height). |
BubbleOptions |
Specific options for BUBBLE chart.
|
DoughnutOptions |
Specific options for DOUGHNUT chart.
|
Elements |
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
|
GaugeOptions |
Specific options for GAUGE chart.
|
Hover |
Definitions about how elements appear in the tooltip, hovering the chart.
|
Layout |
The layout configuration is needed to set the padidng.
|
Legend |
The chart legend displays data about the datasets that area appearing on the chart.
|
LegendLabels |
This is the labels configuration of the legend.
|
LineOptions |
Specific options for LINE chart.
|
MeterOptions |
Specific options for METER chart.
|
MultiScalesOptions |
Configuration of chart with multiple scales.
|
PieOptions |
Specific options for PIE chart.
|
Plugins |
Definitions about plugins options.
|
PolarAreaOptions |
pecific options for POLAR AREA chart.
|
RadarOptions |
Specific options for RADAR chart.
|
Scales |
The configuration element which contains all axes definitions.
|
ScatterOptions |
Specific options for SCATTER chart.
|
SingleScaleOptions |
Configuration of chart with only 1 scale.
|
StackedOptions |
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. |
Title |
Configures the chart title which defines text to draw at the top of the chart.
|
Tooltips |
Configuration element to set all attributes and features of the tooltip.
|
TooltipsCallbacks |
Contains all callbacks defined for a toolitp.
|