qoega commented on issue #10586: URL: https://github.com/apache/superset/issues/10586#issuecomment-1705598246
My guess issue is here: https://github.com/apache/superset/blob/f2523b26fa140febe838624ae8508136d01d1389/superset-frontend/plugins/legacy-plugin-chart-partition/src/Partition.js#L202C15-L207 It sorts globally based on weight, but it should sort only within previous group. Some fix like taking weight as a tuple of all weights from root to current node should be enough. But I need to find out how to setup and debug superset locally. -- 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]
