reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 300 forks source link

Don't pass the redraw prop to canvas #187

Closed holmari closed 7 years ago

holmari commented 7 years ago

It's not a valid prop for canvas and creates a runtime warning in React.

holmari commented 7 years ago

Nevermind - I didn't notice there's already other unmerged PRs for the same issue.