react-chartjs
react-chartjs copied to clipboard
common react charting components using chart.js
Can you give an example with a legend on PieCharts? I'm unable to get it working using the legendTemplate from the examples.
If you update data and the new data has less labels than the previous number of labels you get the error: ``` TypeError: Cannot set property 'value' of undefined ```...
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...