How can i use Chartkick in rails 4.0.
in Gem I added:
gem \"chartkick\"
and in my view for example i added this:
Loading your charts superfast
i am using highcharts here as it do not require you to connect each time to google server
add this gem
gem "chartkick"
then download highchart.js from here http://www.highcharts.com/download
paste the file in your app/vendor/assets/javascript/highchart.js
open your application.js and require these two files
//= require highcharts.js
//= require chartkick
after this you are good to go and your charts will load within a blink