Documentation / @ripl/charts / ChartCrosshairOptions
Interface: ChartCrosshairOptions
Defined in: charts/src/core/options.ts:296
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:300 |
lineColor | string | Stroke colour of the crosshair lines. | charts/src/core/options.ts:302 |
lineWidth | number | Stroke width of the crosshair lines, in pixels. | charts/src/core/options.ts:304 |
visible | boolean | Whether the crosshair is shown while hovering the plot. | charts/src/core/options.ts:298 |