dosubot[bot] commented on issue #35909: URL: https://github.com/apache/superset/issues/35909#issuecomment-3467703105
<!-- Answer --> This is a known regression in Superset mixed charts on master/6.0.0rc2: tooltip values can be incorrectly formatted (like showing 5 as 500%) and metric labels can mismatch when multiple metrics are present. The root cause is a fragile mapping between series keys and the formatter/label logic in the tooltip rendering code. If the key construction or matching is inconsistent, the wrong formatter (e.g., percent instead of number) or label is applied, especially for single-metric or multi-metric cases. This bug is tracked in several recent issues and is not unique to your environment ([example](https://github.com/apache/superset/issues/34030), [example](https://github.com/apache/superset/issues/33757), [example](https://github.com/apache/superset/issues/35120)). There is no official fix or config workaround yet. Some users have tried customizing label types or editing the tooltip formatter in the frontend code, but these are only partial workarounds and do not resolve all cases. The problem is recognized as a regression from earlier versions where formatting was correct. If you need a temporary workaround, you can try adjusting the label type in the chart control panel or, if possible, customize the tooltip formatter in the frontend code, but a robust fix will likely require a code update to the series key matching logic in the tooltip renderer. <!-- 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/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5dfcc990-ccff-425e-8b6a-ea7ef4eac728?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35909) -- 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]
