lazy_high_charts
lazy_high_charts copied to clipboard
Exporting module not being loaded by gem
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.