GitHub user S23-dot created a discussion: Mixed Timeseries chart does not expose existing X-Axis Sort controls (pip installation)
Hi everyone, I’m working on enabling X-Axis sorting support for the Mixed Timeseries chart in a local Superset setup installed via `pip`. While debugging the compiled assets, I found that the following already exist internally: * `x_axis_sort` * `x_axis_sort_asc` * `XAxisSortControl` * `echartsTimeSeriesQueryWithXAxisSort` I also verified that sorting logic appears to be supported in the backend because `order_desc` is present in the chart payload. However, the Mixed Timeseries chart UI does not display the **X-Axis Sort By** dropdown or the ascending checkbox. >From what I observed, it appears the chart may still be using: ```js Pe.sections.echartsTimeSeriesQuery ``` instead of: ```js Pe.sections.echartsTimeSeriesQueryWithXAxisSort ``` So my current assumption is that the controls already exist, but are not wired into the Mixed Timeseries control panel configuration. Am I investigating the correct area? Also, could someone point me to the exact control panel config location for Mixed Timeseries charts in a pip-installed setup? Any guidance would be greatly appreciated. GitHub link: https://github.com/apache/superset/discussions/40011 ---- 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]
