carlcraig / tc-angular-chartjs

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

Render after resize #54

Closed gordalina closed 8 years ago

gordalina commented 8 years ago

In chrome, after updating data it would make the chart invisible unless one would mouse over it (triggering a render). I've added a render call after the resize operation, so we forcefully update it.

gordalina commented 8 years ago

I guess this is the same issue as #46

carlcraig commented 8 years ago

the new 2.1.X version is using chart.js 2.X ... if you still have this problem with updated libraries, please re-open this.

going to close this for now as there are conflicts.