Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

Concentric graph support for smaller graph and graphs without all node types #644

Open Garbash opened 8 years ago

Garbash commented 8 years ago

Concentric layout looks great but doesn't support two common use-cases: 1) Only a few nodes of each types exist, and displaying them in concentric looks weird: screen shot 2015-11-02 at 1 53 43 pm This takes a lot of unnecessary space

2) When Certain node type don't exist in the doc and this messes with view: screen shot 2015-11-02 at 1 55 40 pm

3) Distance between rings is shorter then max length of node title text in map and so nodes with longer text are hard/impossible to read. see issue #455

Garbash commented 8 years ago

related to #492

alon commented 8 years ago

Requires a good definitions of what is readable or not. Requires a good test suite to verify readability for a large number of example graphs.