Skip to content

Documentation / @ripl/charts / ChartTooltipOptions

Interface: ChartTooltipOptions

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

Fully resolved chart tooltip options.

Properties

PropertyTypeDescriptionDefined in
backgroundColorstringFill colour of the tooltip box.charts/src/core/options.ts:359
borderRadiusBorderRadiusInputCorner radius of the tooltip box, uniform or per-corner.charts/src/core/options.ts:361
fontstringCSS font shorthand for the tooltip text.charts/src/core/options.ts:355
fontColorstringColour of the tooltip text.charts/src/core/options.ts:357
maxWidthnumberMaximum tooltip width before content wraps, in pixels.charts/src/core/options.ts:363
paddingPaddingInputInner padding between the tooltip text and its box, in pixels.charts/src/core/options.ts:353
visiblebooleanWhether tooltips are shown on hover.charts/src/core/options.ts:351
wrapbooleanWhether long content wraps onto multiple lines.charts/src/core/options.ts:365