zoomToElements Function Throws Error When Operating on a Large Number of Elements #7437
Unanswered
wangjing1111
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @wangjing1111. You are almost certainly hitting a size limit. Why are you trying to zoom to 15,000 elements? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an issue where the zoomToElements function throws an error when dealing with a large number of elements, for example, more than 15,000 elements. If the number of elements is smaller, the function works normally. The error and the code are as follows:
Beta Was this translation helpful? Give feedback.
All reactions