Skip to content

Documentation / @ripl/charts / ChartTitleOptions

Interface: ChartTitleOptions ​

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

Fully resolved chart title options.

Properties ​

PropertyTypeDescriptionDefined in
fontstringCSS font shorthand for the title text.charts/src/core/options.ts:205
fontColorstringColor of the title text.charts/src/core/options.ts:207
paddingPaddingInputSpace around the title text, uniform or per-edge, in pixels.charts/src/core/options.ts:203
positionTitlePositionWhich side of the chart the title occupies.charts/src/core/options.ts:209
textstringThe title text to display.charts/src/core/options.ts:201
visiblebooleanWhether the title is rendered.charts/src/core/options.ts:199