Sets and gets the options to customize the tooltip for range in axis.
Sets and gets the options to customize the border for range tooltip.
boolean
Enables or disables the animation for the range tooltip when moved from one place to another.
Defaults to true
string
Sets and gets the fill color of the range tooltip, which accepts the value in hex code, rgba string as a valid CSS color string.
Defaults to null
string
Sets and gets the format for the tooltip content of the range. Use “{start}” and “{end}” as a placeholder text to display the corresponding start and end value of the range in the tooltip.
Defaults to null
Sets and gets the position type to place the tooltip in the axis .
Defaults to End
boolean
Enables and disables to show the tooltip of the range at mouse position. When set as false which is the default value, the tooltip will be displayed over the axis line.
Defaults to false
string
Sets and gets the custom template to format the tooltip content.
Defaults to null
Sets and gets the options to customize the tooltip text of range in axis.