-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highcharts v11 redraw twice (strange flickering) #19027
Comments
Hi @dick2tick! I've tried to recreate your issue but without success, could you please edit one of the demos so the issue is visible? Demo with |
try frame by frame (beginning of the video below) and you will see that the graph is drawn twice flickering.mp4with v10.3.3 and the same code, the chart is drawn only once |
I still can't see that. Could you please share your config so I can investigate it on my own? |
Hi guys, I have the same problem when i upgrade from 10.3.3 to 11. Here is the chart in 10.3.3. The animation shows in a single movement: Here is the same chart in 11.0.1. At the beginning there is an intent of draw the chart and after milliseconds its start again: |
Thanks @fordenes-praxis , I can verify this. @karolkolodziej can you bisect it to a particular commit? |
PS: I was about to suggest using the |
@TorsteinHonsi bisected to: 6413d62 |
Environment;
windows 11
angular-highcharts: 3.1.2
highcharts: 11.0.1
chrome: 113.0.5672.127
from version 11.0.0 all graphs are drawn twice
the first time only 5% of the graph is drawn, and the second time completely
like some kind of a flickering
regression: this worked correctly in version 10.3.3
tested with ms-edge and chrome browsers
maybe it's a bug in the wrapper, but as i mentioned it, works ok with 10.3.3. and latest angular wrapper
NOTE:
if the dev console (F12) is open in the browser, then there is no flickering
The text was updated successfully, but these errors were encountered: