reactjs / react-chartjs

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

Using with a Rails app? #85

Closed derwydd closed 8 years ago

derwydd commented 8 years ago

Is it possible to use this with a Rails app? We installed react-rails gem, and I am trying to make this work. I am not especially wanting to install and setup webpack. What do you suggest? Thanks

austinpray commented 8 years ago

Should be able to use the files in the dist folder easy enough.

I would say this is a better question for stackoverflow than the issue tracker here.