Steps to Reproduce
1. create a chart like:
<charts visible="false"/>
2. visit the chart with IE11 or Edge
Current Result
the chart is still visible
Expected Result
the chart should be invisible
Debug Info
1. visit http://jsfiddle.net/xfucv9zn/5/ with IE11 or Edge
2. change the script to <script src="http://code.highcharts.com/5.0.12/highcharts.js"></script>
the chart is still visible.
Root Cause
https://github.com/highcharts/highcharts/issues/6803
Workaround
- apply http://code.highcharts.com/5.0.13/highcharts.src.js
for a maven project, put the js file under resources/web/js/chart/ext/