carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

Unable to change colors in bar chart #79

Closed ujvala-bhumi closed 8 years ago

ujvala-bhumi commented 8 years ago

I m using 2.0.0 version of tc-angular-chartjs in my angular material project. I am able to display bar chart but when i apply colors to it, it is not effecting changes.

carlcraig commented 8 years ago

This is most likely due to 2.0.0 using Chart.js version 2.X

Please could you look into the chart.js 2.x documentation to see if the required structures have changed.

http://www.chartjs.org/docs/ https://github.com/chartjs/Chart.js/issues

If there is a problem with this library, please re-open and we can investigate.