chartjs / chartjs-adapter-date-fns

date-fns adapter for Chart.js
MIT License
107 stars 34 forks source link

Don't require "Chart.js" #51

Open codeofsumit opened 2 years ago

codeofsumit commented 2 years ago

In order to support npm aliases, please let us pass the Chart object to a register function of this plugin. This helps to use this plugin if the chart.js version in use is not installed via chart.js specifically but for example an npm alias or other means.