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
Hi,
A clear and concise description of what the bug is.
I use GraphShape in my company project and recenlty I found a bug in it. I have a tried to make a graph of large amount of data and I stuck on a problem with kkLayoutAlgorithm. It hits the limit of the array. How can I fixed it or can you make update so the problem to be solved.
Thank you.
The text was updated successfully, but these errors were encountered:
Do you have a sample that can showcase the issue your encountering in order to investigate?
What are the limit you're reaching with which configuration?
Considering the MSDN documentation over arrays. You may have walked through this stackoverflow thread too which talk about limits.
After a brief look at the algorithm, I imagine you can get an exception in the Initialize method of the KKLayoutAlgorithm right? In it, we're creating arrays using the vertex count so this can let thinking you're at least having a graph with a lot of vertices?.
Hi,
A clear and concise description of what the bug is.
I use GraphShape in my company project and recenlty I found a bug in it. I have a tried to make a graph of large amount of data and I stuck on a problem with kkLayoutAlgorithm. It hits the limit of the array. How can I fixed it or can you make update so the problem to be solved.
Thank you.
The text was updated successfully, but these errors were encountered: