smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

Implement horizontal graph layout #75

Closed zzeekk closed 2 months ago

zzeekk commented 3 months ago

Configuration Lineage graph currently shows a vertical flow layout. This should be made configurable by a dropdown to select "horizontal" or "vertical" flow layout. The graph should adapt when the selection of the dropdown changes. The dropdown should be implemented similar as for #74.

Additional hints: Graph Layout is done using Dagre library. Maybe it offers also other layouts that could be interesting.

HX-Tfd commented 2 months ago

done with #82