RiotGear / rg

The open source component library for RiotJS
http://riotgear.js.org/
MIT License
297 stars 67 forks source link

Chart library update but not riotgear chart component #107

Closed billygl closed 8 years ago

billygl commented 8 years ago

I have this issue: rg.min.js:1 Uncaught TypeError: i.Bar is not a function I use:

restlessmedia commented 8 years ago

Do you have anymore information on your issue? From the minified source, i.Bar is a call to a method on a new Chart instance. Could you set-up a jsfiddle so we can reproduce it?

billygl commented 8 years ago

The issue is the i'm using the new version of http://www.chartjs.org/. I works fine with the older one.