Skip to content

ValueMarkerMode

ts
type ValueMarkerMode = 'last-visible' | 'last-data';
ValueDescription
'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.

React Candlesticks is available on npm and GitHub under the MIT License.