reactjs / react-chartjs

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

Fix extra function #46

Closed troutowicz closed 8 years ago

troutowicz commented 8 years ago

The extra function is referencing an undefined variable and not returning. This fixes both.

austinsc commented 8 years ago

I've also run into this issue-- please accept this fix.

gregthebusker commented 8 years ago

This project doesn't seem to be maintained any more. You can use this package instead, which includes this pull request. https://www.npmjs.com/package/rc-chartjs

austinsc commented 8 years ago

Thanks, I'll check it out.