You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ScaleValue is defined as string | number, which is not compatible with the time axis. It should at least support the Date object, and ideally, it would also support other date objects listed at Chart.js Awesome.
The text was updated successfully, but these errors were encountered:
tlserver
changed the title
Typescript: ScaleValue should accept Date object
TypeScript: ScaleValue should accept Date object
Jan 18, 2024
Currently,
ScaleValue
is defined asstring | number
, which is not compatible with the time axis. It should at least support theDate
object, and ideally, it would also support other date objects listed at Chart.js Awesome.The text was updated successfully, but these errors were encountered: