JavaScript/jQuery Sankey - adaptiveLayout
Type:
The adaptive layout enables the widget to hide optional elements if they do not fit in the container. Elements are hidden in the following sequence:
- Title
- Export menu icon
- Labels (can be saved by setting the adaptiveLayout.keepLabels option to true)
Use the height and width options in the adaptiveLayout object to specify the minimum container size at which the layout begins to adapt.
keepLabels
Specifies whether node labels should be kept when the widget adapts the layout.
Type:
Default Value: true
Feedback