Hacker News new | ask | show | jobs
by envex 4778 days ago
You have to install either library as well:

--

For Google Charts, use:

<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %> If you prefer Highcharts, use:

<%= javascript_include_tag "path/to/highcharts.js", "chartkick" %>

--