chartjs-plugin-annotation icon indicating copy to clipboard operation
chartjs-plugin-annotation copied to clipboard

TypeScript: ScaleValue should accept `Date` object

Open tlserver opened this issue 1 year ago • 0 comments

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.

tlserver avatar Jan 18 '24 01:01 tlserver