Package | Description |
---|---|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
|
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 |
---|---|
void |
TimeAxisBuildTicksCallback.onAfterBuildTicks(Axis axis,
AxisItem item,
List<TimeTickItem> ticks)
Callback that runs after ticks are created.
|
String |
TimeTickCallback.onCallback(Axis axis,
Date value,
String label,
int index,
List<TimeTickItem> values)
Changes the tick marks to include information about the data type.
|
Modifier and Type | Method and Description |
---|---|
TimeTickItem |
TimeTickItem.TimeTickItemFactory.create(NativeObject nativeObject) |
Modifier and Type | Method and Description |
---|---|
List<TimeTickItem> |
ScaleItem.getTimeTickItems()
Returns the list of time tick items, only for
CartesianTimeAxis . |