Uses of Interface
org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Packages that use IsScriptablePaddingProvider Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsScriptablePaddingProvider in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsScriptablePaddingProvider Modifier and Type Class Description classLayoutThe layout configuration is needed to set the padding.classSubtitleConfigures the chart title which defines text to draw at the top of the chart.classTitleConfigures the chart title which defines text to draw at the top of the chart. -
Uses of IsScriptablePaddingProvider in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsScriptablePaddingProvider Modifier and Type Class Description classDataLabelsOptionsThis is theDataLabelsPlugin.IDplugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
TheDataLabelsPlugin.IDplugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.classLabelItemThis is the base forDataLabelsPlugin.IDplugin options where to set all the configuration needed to the a label.
The options could be set by simply the value or by setting a callback. -
Uses of IsScriptablePaddingProvider in org.pepstock.charba.client.options
Constructors in org.pepstock.charba.client.options with parameters of type IsScriptablePaddingProvider Constructor Description AbstractScriptablePadding(IsScriptablePaddingProvider<T> scriptablePaddingProvider, IsDefaultPadding defaultValues)Creates an empty padding to use for chart configuration.AbstractScriptablePadding(IsScriptablePaddingProvider<T> scriptablePaddingProvider, IsDefaultPadding defaultValues, NativeObject nativeObject)Creates a padding to use for chart configuration, wrapping a native object instance.
-