/layout

Collection of algorithms for coordinates computation: grid, table, radial, force, etc

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Panviz Layout

Collection of algorithms for coordinates computation in various layouts with no assumption on actual items positioning mechanism.

Layouts

  • Grid - defined by width or height
  • Table - defined by number of columns or rows
  • List - table with one column
  • Radial (circular) - defined by radius
  • Force - defined by distance between items

Roadmap

Add layouts:

  • Random
  • ? Timeline (based on list)