Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
org.pepstock.charba.client.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js. |
Modifier and Type | Class and Description |
---|---|
class |
EventPoint
This object is wrapping the native java script object provided by
Helpers to know the position of the event on the canvas. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPoint
This object is wrapping the native java script object to map a point.
|
Modifier and Type | Class and Description |
---|---|
class |
PositionPoint
This object is wrapping the native java script object to provide the position of the legend.
|
Modifier and Type | Class and Description |
---|---|
class |
Point
This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
Amount
This object is wrapping the native java script object to set the position to pan the chart.
|