Documentation / @ripl/charts / ChartCrosshairOptions
Interface: ChartCrosshairOptions ​
Defined in: charts/src/core/options.ts:347
Fully resolved chart crosshair options.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
axis | CrosshairAxis | Which axis (or both) the crosshair tracks. | charts/src/core/options.ts:351 |
lineColor | string | Stroke color of the crosshair lines. | charts/src/core/options.ts:353 |
lineWidth | number | Stroke width of the crosshair lines, in pixels. | charts/src/core/options.ts:355 |
visible | boolean | Whether the crosshair is shown while hovering the plot. | charts/src/core/options.ts:349 |