When we have a large number of concurrency in batches or processors the view of the whole pipeline becomes very difficult.

I was wondering if we can add the ability to add some zoom control and navigation to this graph?
Something like this: https://codepen.io/osublake/pen/oGoyYb
Or this: https://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/
I've looked to the source code of this project, but I'vent found where is the SVG generation or the place where I can implement this feature with JS.
Yes, I know that I can see the whole pipeline inspecting the element and setting the svg to use max-width as 100% and they will be more responsive. But I think this would be nice if we don't have to do this every time.
I believe this will improve the DX.
When we have a large number of concurrency in batches or processors the view of the whole pipeline becomes very difficult.
I was wondering if we can add the ability to add some zoom control and navigation to this graph?
Something like this: https://codepen.io/osublake/pen/oGoyYb
Or this: https://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/
I've looked to the source code of this project, but I'vent found where is the SVG generation or the place where I can implement this feature with JS.
Yes, I know that I can see the whole pipeline inspecting the element and setting the svg to use
max-widthas100%and they will be more responsive. But I think this would be nice if we don't have to do this every time.I believe this will improve the DX.