SeriesDefaultsTooltip
Represents the configuration options of the series tooltip.
| Name | Type | Default | Description |
|---|---|---|---|
background? |
|
Specifies the background color of the tooltip. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
Specifies the border configuration options. | |
color? |
|
Specifies the text color of the tooltip. Accepts a valid CSS color string, including hex and rgb. | |
font? |
|
Specifies the tooltip font. | |
format? |
|
Specifies the format of the labels. Uses the format method of Area, Bar, Column, Funnel, Pyramid, Line, and Pie charts are represented by Bubble chart type uses the following value placeholders: Scatter and ScatterLine chart types use the following value placeholders: Candlestick and OHLC chart types use the following value placeholders: RangeArea, RangeBar, and RangeColumn chart types utilize the following value placeholders: | |
padding? |
|
Specifies the padding of the tooltip. A numeric value sets all paddings. | |
visible? |
|
Determines whether the Chart displays the series tooltip.
When set to |