GitHub user dosubot[bot] added a comment to the discussion: Mixed Chart without X-Axis Sort By
<!-- Answer --> This is a known gap — the Mixed Timeseries chart doesn't expose the **X-Axis Sort By** controls, even though the underlying sorting logic already exists in the codebase. The root cause is that the Mixed Timeseries chart uses a custom `controlPanel.tsx` with a `createQuerySection()` helper (to support its dual Query A / Query B architecture) rather than the shared `echartsTimeSeriesQueryWithXAxisSort` section that regular Time Series charts use [[1]](https://github.com/apache/superset/discussions/40011). The fix would involve adding the `xAxisSortControl` and `xAxisSortAscControl` to the **shared query fields** section of `superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx`, since the X-axis is shared between both queries [[2]](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx). There's a detailed discussion about this exact issue here: https://github.com/apache/superset/discussions/40011 <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fsuperset).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fsuperset). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fsuperset&message_id=8ab7ae56-df03-4ae0-ad24-8b9ed276f36b) [](https://github.dosu.com/apache/superset?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fsuperset) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fsuperset) GitHub link: https://github.com/apache/superset/discussions/40413#discussioncomment-17047973 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
