ValueMarkerMode
ts
type ValueMarkerMode = 'last-visible' | 'last-data';| Value | Description |
|---|---|
'last-visible' | Tracks the last data point visible in the current chart viewport. |
'last-data' | Tracks the last data point in the dataset, regardless of whether it is currently visible. |