chartjs / chartjs-plugin-annotation

Annotation plugin for Chart.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript: ScaleValue should accept `Date` object

tlserver opened this issue · comments

commented

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.