Documentation / @ripl/charts / ChartTitleOptions
Interface: ChartTitleOptions
Defined in: charts/src/core/options.ts:145
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:153 |
fontColor | string | Colour of the title text. | charts/src/core/options.ts:155 |
padding | PaddingInput | Space around the title text, uniform or per-edge, in pixels. | charts/src/core/options.ts:151 |
position | TitlePosition | Which side of the chart the title occupies. | charts/src/core/options.ts:157 |
text | string | The title text to display. | charts/src/core/options.ts:149 |
visible | boolean | Whether the title is rendered. | charts/src/core/options.ts:147 |