goto-loop opened a new issue, #21405: URL: https://github.com/apache/superset/issues/21405
## 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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
