csronakpadaliya opened a new issue, #37854: URL: https://github.com/apache/superset/issues/37854
### Bug description Hi there, Recently, I’ve been working with a table chart in Superset version 6.0.0. I’m trying to create a column using the Percentage Matrix. The original value looks like the example below, which the http://localhost:8088/api/v1/chart/data API returns. <img width="411" height="359" alt="Image" src="https://github.com/user-attachments/assets/8b0395dd-00ca-4a74-8e8a-41f96c1c88d3" /> The bug is demonstrated below. https://github.com/user-attachments/assets/41eaf0ae-5a6a-494d-b501-5969f116d110 As you can see, I first convert the default percentage value to the original value. After that, I try to add the INR (₹) prefix, but it is not being added to the chart. I’m not sure if I’m missing something? ### Screenshots/recordings <img width="1919" height="926" alt="Image" src="https://github.com/user-attachments/assets/dfe966a2-e623-47a4-9454-70b9a03f4558" /> <img width="1919" height="918" alt="Image" src="https://github.com/user-attachments/assets/10aed921-9a11-48f4-98a3-88d0bbec9fdf" /> ### Superset version 6.0.0 ### Python version 3.11 ### Node version 18 or greater ### 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]
