ValueAxisTitle
Represents the configuration options of the value axis title.
Name | Type | Default | Description |
---|---|---|---|
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. | |
font? |
|
Specifies the font style 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 paddings. | |
position? |
|
Specifies the position of the title. | |
rotation? |
|
Specifies the rotation angle of the title. By default, the title is not rotated. | |
text? |
|
Specifies the text of the title.
You can split the text into multiple lines by using the line feed characters ( | |
visible? |
|
If set to | |
visual? |
|
Specifies a function for creating a custom visual for the title. |