michelson / lazy_high_charts

Make highcharts a la ruby , works in rails 5.X / 4.X / 3.X, and other ruby web frameworks

Home Page:http://www.suipit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exporting module not being loaded by gem

nathancoates opened this issue · comments

When I render a chart, there is no context button for exporting, even though the module appears to be packaged with the gem.

When I load in the exporting script manually via:
<src="http://code.highcharts.com/modules/exporting.js"></script>
everything works fine. Is there away around having to manually load the export script. Thanks!

show your gem version?

Reproduced the issue with gem version 1.5.4 && Rails 4.2.1
Including the script manually fixes things.