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
I have a dynamically updating graph on a page with annotations. It updates around 2-3 times per second. It's working rather well with the only exception of "wrap" calls which incur a big performance penalty (probably 60% - 80% of the total cost of rendering the annotation).
One way to address that would be to allow the user to disable wrapping. Not ideal - but does the trick when performance is the priority.
The text was updated successfully, but these errors were encountered:
What is the code you're using on update? Are you re-calling the function or using the .update() function? the .update() shouldn't re-wrap it should only handle position changes. I'm curious if you're seeing otherwise though.
I have a dynamically updating graph on a page with annotations. It updates around 2-3 times per second. It's working rather well with the only exception of "wrap" calls which incur a big performance penalty (probably 60% - 80% of the total cost of rendering the annotation).
One way to address that would be to allow the user to disable wrapping. Not ideal - but does the trick when performance is the priority.
The text was updated successfully, but these errors were encountered: