[Feature] Ability to exponentially scale the size of a node in Sankey charts #20698
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
What problem does this feature solve?
Imagine a Sankey chart like this where the value of a node is disproportionally bigger than other nodes.
The chart looks accurate but it is not useful to see the relative differences between nodes. A more useful way to show this data would be to scale the data exponentially and render it like that:
What does the proposed API look like?
The Sankey series should support
exponent: number
option and its default value should be 1. It should exponentiate all values with this number before calculating the layout.The text was updated successfully, but these errors were encountered: