Package org.pepstock.charba.client.gradient
Contains all classes to activate the
GradientPlugin.ID
plugin (AKA chartjs-plugin-gradient.js
) for CHART.js.- Author:
- Andrea "Stock" Stocchero
-
Class Summary Class Description Colors Is a map to apply the color stop of the gradient in relation with the data of the chart.GradientOptions This is theGradientPlugin.ID
plugin options where to set all configuration items needed to the plugin.GradientOptionsFactory Factory to get the options (from dataset) related toGradientPlugin.ID
plugin.GradientPlugin Entry point of GRADIENT plugin to enable the plugin.
The GRADIENT plugin enables an easy way to set gradients to the datasets.
The supported axes are the types listed inChartAxisType
.PropertyOptions Maps all the options which can be set for each configurable property (for instance backgroundColor, borderColor and so on).