Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
TimeTickItem
The time tick item passed when a tick callback has been set for cartesian time axis,
CartesianTimeTick .This is a wrapper of the CHART.JS item with all needed info. |
Modifier and Type | Method and Description |
---|---|
List<ScaleTickItem> |
ScaleItem.getTickItems()
Returns the list of tick items.
|