| Package | Description | 
|---|---|
| org.pepstock.charba.client | 
 Main package with all charts implementation, global classes and common interfaces. 
 | 
| 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 | 
|---|---|
TooltipLabelPointStyle | 
Defaults.invokeTooltipsCallbackOnLabelPointStyle(IsChart chart,
                                       TooltipItem item)
Returns the default point style to render for the tooltip item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default TooltipLabelPointStyle | 
TooltipLabelCallback.onLabelPointStyle(IsChart chart,
                 TooltipItem item)
Returns the point style to use instead of color boxes if  
usePointStyle is true.Default implementation uses the point style from the data set points.  | 
| Modifier and Type | Method and Description | 
|---|---|
TooltipLabelPointStyle | 
TooltipLabelPointStyle.TooltipLabelPointStyleFactory.create(NativeObject nativeObject)  | 
TooltipLabelPointStyle | 
DatasetElementOptions.createTooltipLabelPointStyle()
Create new  
TooltipLabelPointStyle filling it with point style and rotation of dataset element. | 
| Modifier and Type | Method and Description | 
|---|---|
List<TooltipLabelPointStyle> | 
TooltipModel.getLabelPointStyles()
Returns the list of labels point styles of tooltip. 
 |