nagix / chartjs-plugin-colorschemes

Predefined color schemes for Chart.js
MIT License
263 stars 58 forks source link

Including chartjs-plugin-colorschemes enables point labels #14

Open nicmcd opened 4 years ago

nicmcd commented 4 years ago

Including chartjs-plugin-colorschemes enables point labels without asking. See this example: https://jsfiddle.net/nicmcd/fcw9pt3k/

If you comment out the inclusion of the chartjs-plugin-colorschemes script, then the labels disappear. I want to use a color scheme, but I don't want it to alter any except the colors.

Am I doing something wrong or is there a bug?

TheBurrito commented 4 years ago

Your fiddle is including the data labels plugin not colorschemes.

nicmcd commented 4 years ago

@TheBurrito please elaborate.

TheBurrito commented 4 years ago

@TheBurrito please elaborate.

https://imgur.com/Ng7OjpD

TheBurrito commented 4 years ago

Data labels plugin, so of course data labels will show up.