Subtitle
Specifies the configuration options of the subtitle (see example).
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the alignment of the subtitle. By default, the subtitle has the same alignment as the title. Use | |
background? |
|
Specifies the background color of the subtitle. Accepts a valid CSS color string, including HEX and RGB. | |
border? |
|
Specifies the border of the subtitle. | |
color? |
|
Specifies the text color of the subtitle. Accepts a valid CSS color string, including HEX and RGB. | |
font? |
|
Specifies the font of the subtitle. | |
margin? |
|
Specifies the margin of the subtitle. A numeric value sets all margins. | |
padding? |
|
Specifies the padding of the subtitle. A numeric value sets all paddings. | |
position? |
|
Specifies the position of the subtitle. By default, the subtitle is placed in the same position as the title. Use | |
text? |
|
Specifies the text of the chart subtitle. 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 subtitle. By default, the subtitle is displayed. |