Documentation / @ripl/charts / ChartTitleOptions
Interface: ChartTitleOptions ​
Defined in: charts/src/core/options.ts:197
Fully resolved chart title options.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
font | string | CSS font shorthand for the title text. | charts/src/core/options.ts:205 |
fontColor | string | Color of the title text. | charts/src/core/options.ts:207 |
padding | PaddingInput | Space around the title text, uniform or per-edge, in pixels. | charts/src/core/options.ts:203 |
position | TitlePosition | Which side of the chart the title occupies. | charts/src/core/options.ts:209 |
text | string | The title text to display. | charts/src/core/options.ts:201 |
visible | boolean | Whether the title is rendered. | charts/src/core/options.ts:199 |