Drawflow icon indicating copy to clipboard operation
Drawflow copied to clipboard

on Zoom out not able to see all the nodes in single view (Full view) if nodes were more

Open Sri-5555 opened this issue 1 year ago • 4 comments

I have a drawflow with more number of nodes added and connected each other.

With existing I was not able to view all the node in the view even with full zoom out

Can you help me with how to view all the added node and connection in a single view.

image

Sri-5555 avatar May 15 '24 06:05 Sri-5555

You can adjust the value of the zoom minimum: editor.zoom_min = 0.01

jerosoler avatar May 15 '24 07:05 jerosoler

even with editor.zoom_min = 0.01 i was not able to achive this Is there any other way to zoom out more than 0.1 to see the whole canvas

Sri-5555 avatar May 15 '24 08:05 Sri-5555

image

For example in demo add en in console:

editor.zoom_min = 0.1

And zoom out with mouse.

Zoom in drawflow is transform in scale of css. transform scale minium value is 0

jerosoler avatar May 16 '24 15:05 jerosoler

Thanks @jerosoler it works.

  1. Is there any way to bring all the node(more nodes were added) to visible when zoomed in by clicking a button
  2. Is there any way can we find the particular node is in the view or not

Sri-5555 avatar May 22 '24 06:05 Sri-5555