Documentation / @ripl/charts / ChartTitleOptions
Interface: ChartTitleOptions ​
Defined in: charts/src/core/options.ts:121
Fully resolved chart title options.
Properties ​
| Property | Type | Defined in |
|---|---|---|
font | string | charts/src/core/options.ts:125 |
fontColor | string | charts/src/core/options.ts:126 |
padding | PaddingInput | charts/src/core/options.ts:124 |
position | TitlePosition | charts/src/core/options.ts:127 |
text | string | charts/src/core/options.ts:123 |
visible | boolean | charts/src/core/options.ts:122 |