| 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 | 
|---|---|
ScaleTickItem | 
ScaleContext.getTick()
Returns the tick item instance which contains data to be consumed configuring the element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
TimeTickCallback.onCallback(Axis axis,
          Date value,
          String label,
          int index,
          List<ScaleTickItem> values)
Changes the tick marks to include information about the data type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScaleTickItem | 
ScaleTickItem.ScaleTickItemFactory.create(NativeObject nativeObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ScaleTickItem> | 
ScaleItem.getTicks()
Returns the list of ticks. 
 |