Package | Description |
---|---|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
controllers.
|
Modifier and Type | Method and Description |
---|---|
ScaleItem |
StyleElement.getXScale()
Returns the X scale instance.
|
ScaleItem |
StyleElement.getYScale()
Returns the Y scale instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisItem
There are a number of configuration callbacks that can be used to change parameters in the scale at different points in the
update process.
This is a wrapper of the CHART.JS item with all needed info about an axis. Implements all set methods to change java script object properties. |
Modifier and Type | Method and Description |
---|---|
Map<String,ScaleItem> |
ScalesNode.getItems()
Returns a map with all defined axis.
|