lazy_high_charts icon indicating copy to clipboard operation
lazy_high_charts copied to clipboard

Exporting module not being loaded by gem

Open nathancoates opened this issue 9 years ago • 2 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!

nathancoates avatar Apr 09 '15 15:04 nathancoates

show your gem version?

xiaods avatar Apr 09 '15 23:04 xiaods

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

rapcal avatar Jun 05 '15 04:06 rapcal