dosubot[bot] commented on issue #34143:
URL: https://github.com/apache/superset/issues/34143#issuecomment-3063914234
<!-- Answer -->
This is a known gap in the current implementation: the mixed chart does not
apply dotted or dashed line styles to time comparison ("derived") series,
unlike the regular line chart. In the code, the line chart's transformation
logic explicitly checks for time comparison series and assigns a dotted/dashed
style, but the mixed chart's transformation code does not include this logic—so
all lines, including time comparisons, appear solid by default. This isn't a
documented limitation or a recent regression, but rather a missing feature in
the mixed chart implementation. If you want to address this, the relevant code
is in the `transformProps` functions for both chart types, and the logic from
the line chart could be adapted for the mixed chart to achieve the expected
styling behavior. For more details, see the implementation in the line chart's
[`transformProps.ts`](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart
-echarts/src/Timeseries/transformProps.ts) and the mixed chart's
[`transformProps.ts`](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/transformProps.ts).
<!-- Dosu Comment Footer -->
*To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
---
<sup>How did I do?
[Good](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=great_response)
|
[Irrelevant](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=irrelevant_answer)
|
[Incorrect](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=incorrect_sources)
|
[Verbose](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=too_verbose)
|
[Hallucination](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=hallucination)
| [Report
🐛](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=bug_report)
|
[Other](https://app.dosu.dev/response-feedback/841596a1-9776-44f2-8478-e7365a8a3f4b?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [!
[Share on
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34143)
--
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]