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
So it should probably show/hide without any lags in the browser. I have to close the tab and reopen it in order to be able to get the graph back to default.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @benl96, from your generation code example contains transition.duration=1000 option, which means on every animation on chart, it will take 1 second to complete.
So, is obvious that when toggling legend it will take 1 second to complete the action to hide(or show).
Lower the value or set 0(zero) if don't want animation delays.
Hi @benl96, from your generation code example contains transition.duration=1000 option, which means on every animation on chart, it will take 1 second to complete.
So, is obvious that when toggling legend it will take 1 second to complete the action to hide(or show). Lower the value or set 0(zero) if don't want animation delays.
Hi @netil - thanks for looking into this. You're right, removing transition removes the delay, however- as you're saying, 1 second to complete an action (wether hide or show) should still end up finishing said action.
If I have transition in my options, my whole Browser just slows down when clicking. It stops working in that tab, only way to fix it is to restart the browser, that somehow can't be the intended behaviour?
Description
When clicking on an item in the legend, the browser slows down rapidly and stops working.
Steps to check or reproduce
I made a codepen that reproduces the error. Would be nice if u were able to look at this.
https://codepen.io/benl96/pen/BaPpgyK
Expected Behaviour
So it should probably show/hide without any lags in the browser. I have to close the tab and reopen it in order to be able to get the graph back to default.
Thanks
The text was updated successfully, but these errors were encountered: