goncaloacteixeira opened a new pull request, #30349: URL: https://github.com/apache/superset/pull/30349
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY - Advanced metric options for radar chart (defining `max` values) were not being displayed. - There was no option to define a `min` value for each metric, which makes it impossible to have radial lines with the same value for each metric (vertex). ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### Before <img width="1954" alt="Captura de ecrã 2024-09-20, às 16 06 43" src="https://github.com/user-attachments/assets/990a5034-c26f-4aba-ac98-77a783979452"> #### After <img width="1954" alt="Captura de ecrã 2024-09-20, às 16 08 12" src="https://github.com/user-attachments/assets/e84b8be1-cb5b-4485-a506-7e7b8d4f48a0"> ### TESTING INSTRUCTIONS 1. Load the examples 2. Explore a chart of type `Radar` 3. Under `Customize`, find the `Customize Metrics` section, containing the metrics defined for the chart 4. Click on a metric and change the values for `Min` and `Max`. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
