Just hit the same issue #32, not sure whether caused by the default charting library uses
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %> ,
and unfortunately we can't connect to google.com/jsapi, so no charts would display.
Is there a guide about how we can download the offline chart libs ( Chart.js or highchart.js ) and set one of them for the plugin to use ?
Hi,
Just hit the same issue #32, not sure whether caused by the default charting library uses
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>
, and unfortunately we can't connect to google.com/jsapi, so no charts would display.Is there a guide about how we can download the offline chart libs ( Chart.js or highchart.js ) and set one of them for the plugin to use ?
Thank you ~