Skip to content
Discussion options

You must be logged in to vote

Hi,

this is very hard to answer generically, but in general ~ thousand nodes in one diagram should be feasible. We did some evaluations in customer projects and with Ecore. Our take-aways were that rendering is the most prominent factor with respect to a snappy user experience. So we recommend to:

  • Make sure your views return undefined if they aren't visible. This avoids rendering them even though they wouldn't be in the visible viewport anyway. This reduces the rendering significantly in most practical scenarios as users typically don't actually see thousands of elements even though they would work in a diagram with thousands of elements.
  • If users zoom out and have the entire diagram in …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vatsal-uppal-1997
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants