Title
Specifies the configuration options of the title (see example).
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the alignment of the title.
Use | |
background? |
|
Specifies the background color of the title. Accepts a valid CSS color string, including HEX and RGB. | |
border? |
|
Specifies the border of the title. | |
color? |
|
Specifies the text color of the title. Accepts a valid CSS color string, including HEX and RGB. | |
description? |
|
Specifies the accessible description of the Chart. Screen readers announce the description when the Chart is focused. | |
font? |
|
Specifies the font of the title. | |
margin? |
|
Specifies the margin of the title. A numeric value sets all margins. | |
padding? |
|
Specifies the padding of the title. A numeric value sets all margins. | |
position? |
|
Specifies the position of the title.
Use | |
text? |
|
Specifies the text of the chart title. You can also set the text directly for a title with default options. Use line feed characters ("\n") to split the text into multiple lines. | |
visible? |
|
Determines whether the Chart displays the title. By default, the title is displayed. |