chartjs / chartjs-plugin-annotation

Annotation plugin for Chart.js
MIT License
603 stars 325 forks source link

TypeScript: ScaleValue should accept `Date` object #922

Open tlserver opened 8 months ago

tlserver commented 8 months ago

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.