Interface: TickDetails
Details about the current chart tick state, passed to event callbacks.
See
https://racing-bars.hatemhosny.dev/documentation/events
Properties
allDates
allDates:
string[]
Array of all unique dates in the dataset, sorted ascending.
Defined in
date
date:
string
The current date as a 'YYYY-MM-DD' string.
Defined in
isFirstDate
isFirstDate:
boolean
true if the current date is the first date in the dataset.
Defined in
isLastDate
isLastDate:
boolean
true if the current date is the last date in the dataset.
Defined in
isRunning
isRunning:
boolean
true if the chart is currently animating.