chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
597 stars 327 forks source link

ScaleRange Type works with Date, but type is wrong! #739

Open victorkardel opened 1 year ago

victorkardel commented 1 year ago

Using with an adapter with moment-js, we convert dates for the chart to have some behaviors!

So the ScaleRange can accept dates directly, but the type doesn't allow you to do it!

victorkardel commented 1 year ago

Can you guys allow me to make this correction in ScaleRange type ?