Zettelkasten-Method / zkviz

Zettel Network Visualizer
MIT License
109 stars 19 forks source link

FIX: Use faster layout algo for large networks #8

Closed achabotl closed 5 years ago

achabotl commented 5 years ago

Fall back to using a random layout if the network has more than 1000 nodes. Otherwise, keep the Kamada-Kawai, which produces a pleasant layout.

Fixes #7.