Markers
Reference lines and hover indicators for highlighting specific values on charts. LinearValueMarker for cartesian charts, RadialValueMarker for radial charts, MarkLine for hover crosshairs.
Import
import { LinearValueMarker, RadialValueMarker, MarkLine } from 'reaviz';
LinearValueMarker Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | any | — | Value to mark on the axis (required) |
color | string | — |
[Description truncada. Veja o README completo no GitHub.]