Package | Description |
---|---|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTick<P extends org.pepstock.charba.client.options.AbstractModel<?,?>,D extends IsDefaultBaseTick>
Configures the ticks of an axis.
Common base class for ticks. |
class |
LegendLabels
This is the labels configuration of the legend.
|
class |
PointLabels
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 . |
class |
ScaleLabel
When creating a chart, you want to tell the viewer what data they are viewing.
|
class |
TickMajor
It defines options for the major tick marks that are generated by the axis.
|
class |
TickMinor
It defines options for the minor tick marks that are generated by the axis.
|
class |
Ticks
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis. |
class |
Title
Configures the default chart title which defines text to draw at the top of the chart.
|