See: Description
Interface | 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.
|
TickCallback |
Interface to implement if wants to change the tick marks to include information about the data type.
|
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. |