pablojim / highcharts-ng

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

Firefox tooltip performance (maybe more than just tooltips) #641

Closed known-as-bmf closed 6 years ago

known-as-bmf commented 6 years ago

Link to jsfiddle showing the issue.

A very simple chart with 10,000 points (boost enabled) http://jsfiddle.net/rtnLu3q9/3/

Expected Behaviour

Same performance on Chrome (63.0.3239.84) & Firefox (57.0.3) for tooltip when moving over the graph.

Current Behaviour

Firefox feels sluggish, tooltip lags behind. This doent happen with plain highchart 50,000 points example (http://jsfiddle.net/xr9nkomk/)

Your Environment

known-as-bmf commented 6 years ago

It seems that i wasnt loading boost properly 😥. Looks smooth in: http://jsfiddle.net/rtnLu3q9/5/

Nevermind this issue, I am sorry.