Hello,
I’m using the swim lanes example for a diagram https://gojs.net/latest/samples/swimLanes.html
I need to build a really wide diagram, but the lane max-width seems to be 9999
Is there a way to increase that limit?
Thanks,
Andrei
Hello,
I’m using the swim lanes example for a diagram https://gojs.net/latest/samples/swimLanes.html
I need to build a really wide diagram, but the lane max-width seems to be 9999
Is there a way to increase that limit?
Thanks,
Andrei
Yes, just set https://gojs.net/latest/api/symbols/ResizingTool.html#maxSize on the LaneResizingTool.
Thanks, it worked.