Skip to content

Documentation / @ripl/charts / ChartCrosshairOptions

Interface: ChartCrosshairOptions ​

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

Fully resolved chart crosshair options.

Properties ​

PropertyTypeDescriptionDefined in
axisCrosshairAxisWhich axis (or both) the crosshair tracks.charts/src/core/options.ts:351
lineColorstringStroke color of the crosshair lines.charts/src/core/options.ts:353
lineWidthnumberStroke width of the crosshair lines, in pixels.charts/src/core/options.ts:355
visiblebooleanWhether the crosshair is shown while hovering the plot.charts/src/core/options.ts:349