Open emnajaoua opened 6 years ago
http://jsfiddle.net/xnq6knvL/
I want to generate the chart in this JSfiddle http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/parallel-coordinates I am importing the modules/parallel-coordinates.js file because I need it in the chart rendering.
The browser is blocked because of performance issue. When I comment ensureids function in ng-highcharts.js , I get my chart perfectly.
ensureids
Link to jsfiddle showing the issue.
http://jsfiddle.net/xnq6knvL/
Expected Behaviour
I want to generate the chart in this JSfiddle http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/parallel-coordinates I am importing the modules/parallel-coordinates.js file because I need it in the chart rendering.
Current Behaviour
The browser is blocked because of performance issue. When I comment
ensureids
function in ng-highcharts.js , I get my chart perfectly.Your Environment