Package | Description |
---|---|
org.pepstock.charba.client | |
org.pepstock.charba.client.options | |
org.pepstock.charba.client.options.scales |
Class and Description |
---|
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.
|
GaugeOptions
Specific options for GAUGE chart.
|
LineOptions
Specific options for LINE chart.
|
MeterOptions
Specific options for METER chart.
|
PieOptions
Specific options for PIE chart.
|
PolarAreaOptions
pecific options for POLAR AREA chart.
|
RadarOptions
Specific options for RADAR chart.
|
ScatterOptions
Specific options for SCATTER chart.
|
StackedOptions
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. |
Class and Description |
---|
Animation
It animates charts out of the box.
|
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). |
Elements
Options can be configured for four different types of elements: arc, lines, points, and rectangles.
|
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.
|
MeterOptions
Specific options for METER chart.
|
MultiScalesOptions
Configuration of chart with multiple scales.
|
Plugins
Definitions about plugins options.
|
Scales
The configuration element which contains all axes definitions.
|
SingleScaleOptions
Configuration of chart with only 1 scale.
|
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.
|
Class and Description |
---|
Scales
The configuration element which contains all axes definitions.
|