fgil-gn opened a new issue, #33757: URL: https://github.com/apache/superset/issues/33757
### Bug description In most recent Superset, tooltips in line charts display metric values using a dollar format ($,.2f), even when: - The metric is clearly set to a percentage format (e.g., .2%) in the axis config - The "Show Values" option correctly displays the value as a percentage - The Series Configuration > Display Format is set to .2% This appears to be a regression from earlier versions (~4.0), where the tooltip respected the correct format defined per metric. ### Screenshots/recordings This is what I see (Show Values display them OK), but the tooltip is always formatting in $ <img width="800" alt="Image" src="https://github.com/user-attachments/assets/73485843-cefa-428f-b4be-7da85880903f" /> In a previous version of superset (a dev build – branch: master, commit: 1573c101a71d6ade1f24ac89f99c4c0998b429c7) the issue was not present. See: <img width="808" alt="Image" src="https://github.com/user-attachments/assets/53ffd358-3726-4274-82eb-1b7df23d8fac" /> Both supersets use "Mixed chart" and all settings are just verbatim. In fact, the new superset is just a copy with an almost up to date master branch – as recent as last week). ### Superset version master / latest-dev ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
