Tooltip
Specifies the configuration options of the 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 font of the tooltip. | |
format? |
|
Specifies the format of the labels. Uses the format method of IntlService. The Area, Bar, Column, Funnel, Pyramid, Line, and Pie are represented by The Bubble chart type uses the following value placeholders: The Scatter and ScatterLine chart types use the following value placeholders: The Candlestick and OHLC chart types use the following value placeholders: | |
opacity? |
|
Specifies the opacity of the tooltip. | |
padding? |
|
Specifies the padding of the tooltip. A numeric value sets all paddings. | |
shared? |
|
Determines whether the Chart displays a single tooltip for every category. | |
visible? |
|
Determines whether the Chart displays the series tooltip. By default, the series tooltip is not displayed. |