pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

ensureIds makes the performance very slow #645

Open emnajaoua opened 6 years ago

emnajaoua commented 6 years ago

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