dosubot[bot] commented on issue #31348: URL: https://github.com/apache/superset/issues/31348#issuecomment-2528516695
<!-- Answer --> The radar chart component in the latest version of Superset still supports dynamic adjustment of axis values based on the data range. The `radarMetricMinValue` and `radarMetricMaxValue` are optional configurations. If these values are not set, the radar chart will automatically use the minimum and maximum values from the data, allowing for dynamic scaling without a hardcoded minimum or maximum <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Radar/transformProps.ts)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx)</sup>. If you're experiencing issues with negative values, ensure that these configurations are not inadvertently set to values that could affect the dynamic scaling. <!-- 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/a84bfa23-9fa0-4934-ba66-36aca211aa6b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/a84bfa23-9fa0-4934-ba66-36aca211aa6b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/a84bfa23-9fa0-4934-ba66-36aca211aa6b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/a84bfa23-9fa0-4934-ba66-36aca211aa6b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a84bfa23-9fa0-4934-ba66-36aca211aa6b?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/a84bfa23-9fa0-4934-ba66-36aca211aa6b?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]
