Uses of Interface
org.pepstock.charba.client.options.IsScriptableFontProvider
-
Packages that use IsScriptableFontProvider 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.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsScriptableFontProvider in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsScriptableFontProvider Modifier and Type Class Description class
CartesianCategoryTick
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data.class
CartesianLinearTick
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis.class
CartesianLogarithmicTick
The logarithmic scale is use to chart numerical data.class
CartesianTimeTick
The time scale is use to chart time data.
It can be placed on either the x or y axis.class
RadialLinearTick
This object is used to map defined radial axis as linear.class
RadialPointLabels
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true.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 IsScriptableFontProvider in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsScriptableFontProvider 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 IsScriptableFontProvider in org.pepstock.charba.client.labels
Classes in org.pepstock.charba.client.labels that implement IsScriptableFontProvider Modifier and Type Class Description class
Label
This is the object to map theLabelsPlugin.ID
plugin options, both at chart and global level. -
Uses of IsScriptableFontProvider in org.pepstock.charba.client.options
Constructors in org.pepstock.charba.client.options with parameters of type IsScriptableFontProvider Constructor Description AbstractScriptableFont(IsScriptableFontProvider<T> scriptableFontProvider, IsDefaultFont defaultValues)
Creates an empty font to use for chart configuration.AbstractScriptableFont(IsScriptableFontProvider<T> scriptableFontProvider, IsDefaultFont defaultValues, NativeObject nativeObject)
Creates a font to use for chart configuration, wrapping a native object instance.
-