Chartjs-Chartjs – Dataset colors are getting overloaded with angular-chartjs

0👍

angular-chartjs is outdated and don’t really work with the newer versions of chartJS.

Check this issue out: #677.

The issuer gives an example on how to implement chartJS with a wrapper. You need to be aware of the fact that chartJS alone don’t handle the colors anymore. You need to set them on your own.

On the other hand if you really don’t want to do it on your own you could try my wrapper implementation for chartJS.

Leave a comment