ariel-sofi commented on issue #20887: URL: https://github.com/apache/superset/issues/20887#issuecomment-5091676124
Opened https://github.com/apache/superset/pull/42477, which adds an optional ordered **Intermediate levels** column control to the Sankey chart. With it set, the query groups by `[source, ...intermediate levels, target]` and the transform emits links for each adjacent pair, so a flow spanning three or more dimensions renders as multiple levels of nodes from a single dataset. This was closed as stale in 2024 rather than fixed, so noting it here for anyone still subscribed. Backward compatible: `intermediate_levels` is a new optional form-data key, so existing saved two-column charts are unchanged and no migration is required. Related: #3059, discussion #38713. -- 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]
