Uses of Interface
org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Packages that use IsScriptablePaddingProvider Package Description 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.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (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.annotation
Classes in org.pepstock.charba.client.annotation that implement IsScriptablePaddingProvider Modifier and Type Class Description class
BoxLabel
Implements a LABEL to apply on a BOX annotation.class
EllipseLabel
Implements a LABEL to apply on a ELLIPSE annotation.class
LabelAnnotation
Implements a LABEL annotation which draws a content in the a chart.class
LineLabel
Implements a LABEL to apply on a LINE annotation. -
Uses of IsScriptablePaddingProvider in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsScriptablePaddingProvider Modifier and Type Class Description class
Layout
The layout configuration is needed to set the padding.class
Subtitle
Configures the chart title which defines text to draw at the top of the chart.class
Title
Configures 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 class
DataLabelsOptions
This is theDataLabelsPlugin.ID
plugin 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.ID
plugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts.class
LabelItem
This is the base forDataLabelsPlugin.ID
plugin 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.
-