rusackas commented on PR #36214: URL: https://github.com/apache/superset/pull/36214#issuecomment-5434915187
@YousufFFFF the rebase landed but the actual concern from before is still open: `series.data` gets sorted independently per series, and `xAxis.data` never gets set explicitly. With a category axis and no explicit `axis.data`, ECharts builds the category order from first-appearance across all series, so two series sorted independently can still merge out of order. This needs the axis itself sorted, not just each series' array. -- 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]
