react-chartjs icon indicating copy to clipboard operation
react-chartjs copied to clipboard

common react charting components using chart.js

Results 73 react-chartjs issues
Sort by recently updated
recently updated
newest added

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 ```...

bug

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...

bug