Package | Description |
---|---|
org.pepstock.charba.client.callbacks |
All callbacks interfaces to be implemented, also to use the scriptable options of 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.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA
chartjs-plugin-datalabels.js ) for CHART.js. |
org.pepstock.charba.client.datalabels.callbacks |
Contains the
DataLabelsPlugin.ID plugin callback interfaces to configure the plugin itself. |
org.pepstock.charba.client.datalabels.events |
Contains the
DataLabelsPlugin.ID plugin event handlers interfaces to configure the plugin itself. |
org.pepstock.charba.client.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Class and Description |
---|
BaseAxisBuildTicksCallback
Interface to be implemented which can be used to change parameters in the scale before ticks building.
This is the base class for axis build ticks callbacks. |
Scriptable
Interface to map all callback of scriptable options available for CHART.JS.
|
ScriptableContext
The option context is used to give contextual information when resolving options.
The context object contains the following properties: index(int): index of the associated data datasetIndex(int): index of the associated dataset active(boolean): if the data and dataset item is hovered. |
TooltipBodyCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipFooterCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipLabelCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipTitleCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
Class and Description |
---|
AxisBuildTicksCallback
Interface to be implemented which can be used to change parameters in the scale during ticks building.
|
AxisCalculateTickRotationCallback
Interface to be implemented which can be used to change parameters in the scale during tick rotation.
|
AxisDataLimitsCallback
Interface to be implemented which can be used to change parameters in the scale during data limits determination.
|
AxisDimensionsCallback
Interface to be implemented which can be used to change parameters in the scale during setting dimensions.
|
AxisFitCallback
Interface to be implemented which can be used to change parameters in the scale during fitting phase.
|
AxisTickToLabelConversionCallback
Interface to be implemented which can be used to change parameters in the scale during ticks label conversion.
|
AxisUpdateCallback
Interface to be implemented which can be used to change parameters in the scale during updating.
|
CategoryAxisBuildTicksCallback
Interface to be implemented which can be used to change parameters in the scale during ticks building, for
CartesianCategoryAxis . |
CategoryTickCallback
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian category
axes.
|
LegendCallback
Sometimes you need a very complex legend.
|
LegendFilterCallback
Filters legend items out of the legend.
|
LegendLabelsCallback
Generates legend items for each thing in the legend.
|
RadialPointLabelCallback
Callback function to transform data labels to point labels.
|
TickCallback
Interface to implement if wants to change the tick marks to include information about the data type, for axes which are
showing data as numbers.
|
TimeAxisBuildTicksCallback
Interface to be implemented which can be used to change parameters in the scale during ticks building, for
CartesianTimeAxis . |
TimeTickCallback
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian time axes.
|
TooltipBodyCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipCustomCallback
Custom tooltips allow you to hook into the tooltip rendering process so that you can render the tooltip in your own custom
way.
Generally this is used to create an HTML tooltip instead of an on canvas one. |
TooltipFilterCallback
Allows filtering of tooltip items.
|
TooltipFooterCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipItemSortCallback
Allows sorting of tooltip items.
|
TooltipLabelCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
TooltipTitleCallback
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text. All functions must return either a string or an array of strings. |
Class and Description |
---|
BackgroundColorCallback
Callback interface to set
backgroundColor , hoverBackgroundColor , pointBackgroundColor
or pointHoverBackgroundColor property at runtime, using the chart instance and the context. |
BorderAlignCallback
Callback interface to set
borderAlign property at runtime, using the chart instance and the context. |
BorderCapStyleCallback
Callback interface to set
borderCapStyle property at runtime, using the chart instance and the context. |
BorderColorCallback
Callback interface to set
borderColor , hoverBorderColor , pointBorderColor or
pointHoverBorderColor property at runtime, using the chart instance and the context. |
BorderDashCallback
Callback interface to set
borderDash property at runtime, using the chart instance and the context. |
BorderDashOffsetCallback
Callback interface to set
borderDashOffset property at runtime, using the chart instance and the context. |
BorderJoinStyleCallback
Callback interface to set
borderJoinStyle property at runtime, using the chart instance and the context. |
BorderSkippedCallback
Callback interface to set
borderSkipped property at runtime, using the chart instance and the context. |
BorderWidthCallback
Callback interface to set
borderWidth , hoverBorderWidth , pointBorderWidth or
pointHoverBorderWidth property at runtime, using the chart instance and the context. |
CubicInterpolationModeCallback
Callback interface to set
cubicInterpolationMode property at runtime, using the chart instance and the context. |
FillCallback
Callback interface to set
fill property at runtime, using the chart instance and the context.The result object can have one of following type: Fill
Boolean
Integer for AbsoluteDatasetIndexFill
String for RelativeDatasetIndexFill
|
PointStyleCallback
Callback interface to set
pointStyle property at runtime, using the chart instance and the context. |
RadiusCallback
Callback interface to set
radius or pointRadius (hit and hover) property at runtime, using the
chart instance and the context. |
RotationCallback
Callback interface to set
rotation or pointRotation property at runtime, using the chart instance
and the context. |
Class and Description |
---|
BackgroundColorCallback
Callback interface to set
backgroundColor , hoverBackgroundColor , pointBackgroundColor
or pointHoverBackgroundColor property at runtime, using the chart instance and the context. |
BorderColorCallback
Callback interface to set
borderColor , hoverBorderColor , pointBorderColor or
pointHoverBorderColor property at runtime, using the chart instance and the context. |
BorderWidthCallback
Callback interface to set
borderWidth , hoverBorderWidth , pointBorderWidth or
pointHoverBorderWidth property at runtime, using the chart instance and the context. |
RadiusCallback
Callback interface to set
radius or pointRadius (hit and hover) property at runtime, using the
chart instance and the context. |
RotationCallback
Callback interface to set
rotation or pointRotation property at runtime, using the chart instance
and the context. |
Class and Description |
---|
Scriptable
Interface to map all callback of scriptable options available for CHART.JS.
|
ScriptableContext
The option context is used to give contextual information when resolving options.
The context object contains the following properties: index(int): index of the associated data datasetIndex(int): index of the associated dataset active(boolean): if the data and dataset item is hovered. |
Class and Description |
---|
ScriptableContext
The option context is used to give contextual information when resolving options.
The context object contains the following properties: index(int): index of the associated data datasetIndex(int): index of the associated dataset active(boolean): if the data and dataset item is hovered. |
Class and Description |
---|
ScriptableContext
The option context is used to give contextual information when resolving options.
The context object contains the following properties: index(int): index of the associated data datasetIndex(int): index of the associated dataset active(boolean): if the data and dataset item is hovered. |
TickCallback
Interface to implement if wants to change the tick marks to include information about the data type, for axes which are
showing data as numbers.
|
Class and Description |
---|
LegendCallback
Sometimes you need a very complex legend.
|