Package | Description |
---|---|
org.pepstock.charba.client.options | |
org.pepstock.charba.client.options.scales |
Class and Description |
---|
Axis
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart. It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process. |
Class and Description |
---|
Axis
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart. It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process. |
BaseTick
Base object to map an axis tick.
It is also common to want to change the tick marks to include information about the data type. To do this, you need to add a callback in the axis configuration. |
CartesianCategoryAxis
This object is used to map defined axis as category.
|
DisplayFormats
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
|
GridLines
The grid line configuration defines options for the grid lines that run perpendicular to the axis.
|
Padding
It is applied to all sides of the chart (left, top, right, bottom).
|
RadialAngleLines
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true. |
RadialLinearTick
This object is used to map defined radial axis as linear.
|
RadialPointLabels
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true. |
Time
The following display formats are used to configure how different time units are formed into strings for the axis tick marks.
|