TooltipProps
tooltip-background String
The background color of the tooltip. The default is determined from the series color.
tooltip-border-color String
The color of the border.
tooltip-border-width Number
The width of the border.
tooltip-color String
The text color of the tooltip. The default is the same as the series labels color.
tooltip-font String
The tooltip font.
tooltip-format String
The tooltip format.
tooltip-padding Number | Object
The padding of the tooltip.
tooltip-template String | Function
The tooltip template.
The template supports the following variables:
value
—The point value.category
—The category name.series
—The data series.dataItem
—The original data item that is used to construct the point. Will benull
if binding to an array.
tooltip-visible Boolean
A value which indicates if the tooltip will be displayed.
tooltip-shared Boolean
A value which indicates if the tooltip will be shared.
tooltip-shared-template String
The shared tooltip template.
The template supports the following variables:
points
—The category points.category
—The category name.