chartjs / chartjs-plugin-annotation

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

Remove autocolors plugin from doc going to ootb Chart.js color plugin #811

Closed stockiNail closed 1 year ago

stockiNail commented 1 year ago

Currently the documentation and the samples are using autocolors plugin.

Now the annotation plugin is based on CHART.JS 4 where there is new ootb plugin, colors, which is applying the colors automatically.

@kurkle @LeeLenaleee before submitting the PR, I need to drop my repo and fork this one again because the master branch is not aligned (my fault some months ago). To do that, I'm waiting for the PRs currently submitted.

kurkle commented 1 year ago

Chekout the master branch and do 'git reset --hard upstream/master' and 'git push -f' after that succeeds. No need to drop.