reactjs / react-chartjs

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

Upgrade to chart.js 2.0 #102

Closed sinaler closed 8 years ago

sinaler commented 8 years ago

When can we have support for Chart.js 2.0? since this morning I start getting the error below with latest package updates:

core.js:60 Uncaught TypeError: [chartType] is not a function at var chart = new Chart(ctx)[chartType](nextProps.data, nextProps.options || {});

thank you so much!

leighghunt commented 8 years ago

Hi @sercaninaler - see #84 too for similar issue. And perhaps not entirely unrelated to #100 that I'm experiencing myself, still with v2.

sinaler commented 8 years ago

Hi and sorry for duplicate issue. closing and following over there.