SeriesTooltip
Represents the series tooltip options.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
Sets the background color of the tooltip. Accepts a valid CSS color string, including HEX and RGB. | |
border? |
|
Configures the border options. | |
color? |
|
Sets the text color of the tooltip. Accepts a valid CSS color string, including HEX and RGB. | |
font? |
|
Sets the font of the tooltip. | |
format? |
|
Sets the format of the labels.
Uses the Use different value placeholders depending on the Chart type. The Area, Bar, Column, Funnel, Pyramid, Line, and Pie Charts use The Bubble Chart uses The Scatter and ScatterLine Charts use The Candlestick and OHLC Charts use The RangeArea, RangeBar, and RangeColumn Charts use | |
padding? |
|
Sets the padding of the tooltip. A numeric value sets all paddings. | |
visible? |
|
Determines if the Chart displays the series tooltip. By default, the series tooltip is not displayed. |