Skip to content

Documentation / @ripl/charts / ChartCrosshairOptions

Interface: ChartCrosshairOptions

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

Fully resolved chart crosshair options.

Properties

PropertyTypeDescriptionDefined in
axisCrosshairAxisWhich axis (or both) the crosshair tracks.charts/src/core/options.ts:300
lineColorstringStroke colour of the crosshair lines.charts/src/core/options.ts:302
lineWidthnumberStroke width of the crosshair lines, in pixels.charts/src/core/options.ts:304
visiblebooleanWhether the crosshair is shown while hovering the plot.charts/src/core/options.ts:298