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.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 |
---|
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.
|
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.
|
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 |
---|
TickCallback
Interface to implement if wants to change the tick marks to include information about the data type.
|
Class and Description |
---|
LegendCallback
Sometimes you need a very complex legend.
|