You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-rendering charts at the same time should not cause such slowdown.
Current Behavior
In the provided code, the 20 charts render in < 20sec.
Setting the timeout to 0 makes time jump to > 3min!
Upping the number of charts makes the render time exponentially longer with a 0 timeout.
Steps to Reproduce (for bugs)
Run code below with v0.8.18
change setTimeout to 0
Your Environment
CPU: Q8400
Chromium Version 75.0.3770.90 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit)
Saw the same on Win10
Perhaps related to bug #102.
Expected Behavior
Re-rendering charts at the same time should not cause such slowdown.
Current Behavior
In the provided code, the 20 charts render in < 20sec.
Setting the timeout to 0 makes time jump to > 3min!
Upping the number of charts makes the render time exponentially longer with a 0 timeout.
Steps to Reproduce (for bugs)
Run code below with v0.8.18
change setTimeout to 0
Your Environment
CPU: Q8400
Chromium Version 75.0.3770.90 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit)
Saw the same on Win10
---code---
The text was updated successfully, but these errors were encountered: