dosubot[bot] commented on issue #31348: URL: https://github.com/apache/superset/issues/31348#issuecomment-2527837939
<!-- Greeting --> Hey @gilles-dataroots! I'm here to help you with any bugs, questions, or contributions you have for Superset. Let's get this sorted out together! <!-- Answer --> The issue you're experiencing with negative values being plotted on the wrong side of radar chart axes might be related to recent changes in the radar chart component. The latest updates introduced new configuration options for metrics, specifically `radarMetricMaxValue` and `radarMetricMinValue`, which allow users to specify maximum and minimum values for metrics. The `radarMetricMinValue` defaults to '0' if not set, which might affect how negative values are displayed <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Radar/transformProps.ts)</sup>. To address this issue, you might want to check the configuration of your radar chart to ensure that the `radarMetricMinValue` is set appropriately for your data, especially if it includes negative values. Adjusting these settings could help correct the visual representation of negative values on the radar chart axes. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/5975ac78-46f7-4450-8894-c5bf209570eb?feedback_type=other)</sup> -- 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]
