Skip to content

Documentation / @ripl/charts / ChartTitleOptions

Interface: ChartTitleOptions

Defined in: charts/src/core/options.ts:145

Fully resolved chart title options.

Properties

PropertyTypeDescriptionDefined in
fontstringCSS font shorthand for the title text.charts/src/core/options.ts:153
fontColorstringColour of the title text.charts/src/core/options.ts:155
paddingPaddingInputSpace around the title text, uniform or per-edge, in pixels.charts/src/core/options.ts:151
positionTitlePositionWhich side of the chart the title occupies.charts/src/core/options.ts:157
textstringThe title text to display.charts/src/core/options.ts:149
visiblebooleanWhether the title is rendered.charts/src/core/options.ts:147