nagix/chartjs-plugin-colorschemes

Plugin doesn't work with Chart.js 3.x.x

esttenorio opened this issue · 1 comments

Please add support for Chartjs 3.x.x or at least mention it in the README since it only says "This plugin requires Chart.js 2.5.0 or later."

Chart.js changed from Chart.defaults.global to Chart.defaults in the new version.

image
image

https://www.chartjs.org/docs/master/getting-started/v3-migration/#defaults

Hi there, I implemented some changes in #26 that may help you in the meantime.