Package | Description |
---|---|
org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
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.
|
Constructor and Description |
---|
AnimationCompleteEvent(BaseNativeEvent nativeEvent,
AnimationItem item)
Creates the event with the animation info from chart.
|
AnimationProgressEvent(BaseNativeEvent nativeEvent,
AnimationItem item)
Creates the event with the animation info from chart.
|
Modifier and Type | Method and Description |
---|---|
AnimationItem |
AnimationObject.getAnimationItem()
Returns the animation item, by the native java script object.
|