Uses of Interface
org.pepstock.charba.client.options.IsAnimations
-
Packages that use IsAnimations Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsAnimations in org.pepstock.charba.client
Classes in org.pepstock.charba.client that implement IsAnimations Modifier and Type Class Description class
UpdateConfiguration
Object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. -
Uses of IsAnimations in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return IsAnimations Modifier and Type Method Description IsAnimations
AnnotationOptions. getAnimations()
Returns the configuration to manage the annotation animations -
Uses of IsAnimations in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsAnimations Modifier and Type Class Description class
Animations
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific sets of element(like bar, point, arc and line) properties. -
Uses of IsAnimations in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsAnimations Modifier and Type Class Description class
AbstractAnimations
Abstract configuration to animate charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space.class
Animations
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space.
-