-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing Left-to-Right Orientation for Kedro-Viz #2159
Comments
❤️ this |
So I think this is welcome, but it's also clear that we could have designed things slightly different if we were going from scratch. Some thoughts: 1. The layout engine is doing some funky things with a simple project like Spaceflights2. I think the default user experience should be more focused, the bird's eye view is useless
|
I agree. Instead of fit-width, maybe we could try fit-height. But then obviously we have to pick whether the default view should be centered, to the left, or to the right. And make sure the user knows where do they have to scroll to see the rest. |
@rashidakanchwala will anonymise feedback and dump it here (and I'll do the same when I get some) |
|
Description
As ETL/ELT pipelines are commonly represented in left-to-right orientations, adding flexibility to Kedro-Viz’s layout could improve usability and make the tool more adaptable to various visualization needs. Currently, the top-to-bottom orientation is widely used; however, introducing a left-to-right orientation option would align with industry standards for ETL/ELT diagrams, offering a more intuitive display for data engineering workflows.
A choice between orientations can accommodate varied user preferences and context-specific needs. For example, top-to-bottom views may suit deeply nested, hierarchical data pipelines, while left-to-right views can better represent sequential data transformations.
Integrating both orientations in Kedro-Viz allows users to tailor the visualization to their pipeline’s structure, enhancing flexibility and supporting a broader range of data visualization needs. This feature would make Kedro-Viz an even more powerful tool for pipeline visualization in data-centric applications.
Possible Implementation
Clicking on the [A] icon allows you to switch orientation
https://rashidakanchwala.github.io/test-orientation/?types=nodes,datasets&expandAllPipelines=false&pid=__default__
If you need more context, this issue is related to a closed issue #1609
Checklist
The text was updated successfully, but these errors were encountered: