pablojim/highcharts-ng

Firefox tooltip performance (maybe more than just tooltips)

known-as-bmf opened this issue · 1 comments

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

  • Version of highcharts-ng used: see jsfiddle
  • Browser Name and version: Chrome (63.0.3239.84) & Firefox (57.0.3)
  • Operating System and version (desktop or mobile): Windows 10 (1709) Desktop
  • Link to your project: N/A

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

Nevermind this issue, I am sorry.