API / Configuration / ChartTitle
Defined in: src/core/types/chart/title.ts:3
Properties
| Property | Type | Description |
|---|---|---|
margin? |
number |
Space between the title and the chart area (in pixels). Default: 10 |
maxRowCount? |
number |
Maximum number of text rows. If the text exceeds this limit, it is truncated with an ellipsis. Default: 1 |
qa? |
string |
Can be used for the UI automated test. It is assigned as a data-qa attribute to an element. |
style? |
Partial<BaseTextStyle> |
- |
text |
string |
- |
Previous
Next