nowthis / sankeymatic

Make Beautiful Flow Diagrams
http://sankeymatic.com/build/
ISC License
843 stars 122 forks source link

Allow user to choose top, center, or bottom of the graph as the starting point for layout. #16

Open nowthis opened 8 years ago

nowthis commented 8 years ago

Currently all graphs start from the top and are spread out downwards as the layout iterates.

This works fine for ordinary Sankeys but doesn't look good for Funnels (see #15).

Give the user a layout option to begin the layout process from the vertical-center of the diagram, or the bottom, or the top.

nowthis commented 3 years ago

Controlling the layout algorithm in this way may be too abstract for the casual visitor. Also, controlling the node layout by rearranging nodes in the source data seems like it will be more intuitive to more people. Marking this as low-priority.