Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
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 |
---|---|
TooltipNode |
ChartNode.getTooltip()
Returns the tooltip item.
|
Modifier and Type | Method and Description |
---|---|
TooltipNode |
TooltipPluginItem.getTooltip()
Returns the tooltip model.
|