kieler / osgiviz

Visualization of OSGi projects using KIELER Lightweight Diagrams (KlighD)
Eclipse Public License 2.0
9 stars 4 forks source link

Feature Request: Change order of elements in the top overview #3

Open ErikKoppenhagen opened 4 years ago

ErikKoppenhagen commented 4 years ago

In the top overview, the elements "products", "features", "bundle categories", "bundles" and "services" are shown, but not in that order. It would be nice to some some kind of "contains" logic in their arrangement for a better overview.

NiklasRentzCAU commented 4 years ago

Yes, I can see that would be nice. I experimented with the new rectangle packing algorithm of ELK to support sorting of these elements while still having a nice layout of those overviews (not just everything stacked on top of each other), there are however two issues that have to be fixed before I will use that algorithm here. See here and here.