tiya-9975 opened a new pull request, #37177:
URL: https://github.com/apache/superset/pull/37177

   ### SUMMARY
   
   Fixes an issue where the “Show Total” text in the Sunburst chart is rendered 
in black and becomes invisible in dark mode.
   
   The text color is now derived from Superset’s theme tokens so it adapts 
correctly to both light and dark themes.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Before:  
   - “Show Total” text rendered in black in dark mode, making it unreadable.
   
   After:  
   - “Show Total” text uses theme-aware color and is visible in both light and 
dark mode.
   
   ### TESTING INSTRUCTIONS
   
   1. Open a dashboard with a Sunburst chart.
   2. Enable the “Show Total” option in chart settings.
   3. Switch Superset to Dark Mode.
   4. Verify that the total value text is visible and readable.
   5. Switch back to Light Mode and confirm text remains readable.
   
   ### ADDITIONAL INFORMATION
   
   - [x] Has associated issue: Fixes #37170
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] 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]

Reply via email to