reactjs / react-chartjs

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

Changes to options should cause a redraw, even if redraw is set to false #24

Open adamscybot opened 9 years ago

adamscybot commented 9 years ago

At the moment, if redraw is off, the chart doesn't redraw if you change the options. IMO, whenever the options change, the graph should redraw no matter what. The redraw property should pertain to data updates only.

joshhornby commented 9 years ago

This seems similar to issue https://github.com/jhudson8/react-chartjs/issues/33.

If you have ideas how to fix more than welcome to accept PR