Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip, format, textStyle, template, border, enableAnimation.
PivotChartBorderModel
Allows options to customize tooltip borders.
boolean
Allows to set the visibility of the tooltip.
Defaults to true.
boolean
If set to true, ToolTip will animate while moving from one point to another.
Defaults to true.
boolean
Allows to set the visibility of the marker.
Defaults to false.
string
Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Defaults to null
string
Allows to set the format the ToolTip content.
Defaults to null.
string
Allows to set the header for tooltip.
Defaults to null
number
Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Defaults to 0.75
boolean
If set to true, a single ToolTip will be displayed for every index.
Defaults to false.
string
Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.
Defaults to null.
PivotChartFontModel
Allows options to customize the ToolTip text.