villebro opened a new pull request, #32473: URL: https://github.com/apache/superset/pull/32473
### SUMMARY Currently when selecting "show value" on the chart, the upper bound shows the confidence bound width (400), not the actual value (which is 1.76k). In the tooltip this is fixed by adding the lower bound to the upper bound. However, this is more difficult to implement in the label formatter, as it only receives the single value of the series, while the tooltip formatter receives all series, making it easier to do the addition. ### BEFORE Notice the incorrect upper bound label (400), as opposed to the actual value seen on the tooltip (1.76k): <img width="1012" alt="image" src="https://github.com/user-attachments/assets/11391d6e-b79b-4fad-acf1-bebcd7060e68" /> ### AFTER Now the lower and upper bound labels are no longer shown when hovering: <img width="1017" alt="image" src="https://github.com/user-attachments/assets/77b4e1e7-a683-4811-b378-456f8440572c" /> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### 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: - [ ] 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org