Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

Add maximum node width option #334

Closed joao-m-santos closed 7 months ago

joao-m-santos commented 7 months ago

Feature description

Allow for setting a max width to an alluvial diagram's nodes.

Problem/motivation

There are cases where node labels can become very long, which causes the diagram to render with a very big margin on the left/right sides. By having a max width option, users can mitigate this behavior.

Describe alternatives you've considered

--

Additional context

--

Validations