superset
superset copied to clipboard
Tree chart: Add option to sort nodes by ID or NAME column
Description
The nodes of the Tree Chart visualization are currently arranged based on an unknown principle and it's not possible to customize their order.
Screenshots
Design input
It would be great to have an option to sort the nodes either by the ID or the NAME column. There are several use cases where the order of the nodes does matter, for example you would want to see:
- Location A
- Location B
- Location C
... instead of:
- Location C
- Location A
- Location B
Similarly you would want to have:
- Humidity (sensor 1)
- Humidity (sensor 2)
- Temperature (sensor 1)
- Temperature (sensor 2)
... instead of:
- Humidity (sensor 2)
- Temperature (sensor 1)
- Humidity (sensor 1)
- Temperature (sensor 2)
don't think echarts provide this option.
this should be a feature request in discussion.