Manahil-Afzal opened a new pull request, #138:
URL: https://github.com/apache/echarts-examples/pull/138

   This PR fixes an issue where the detail text (value and unit) in the Speed 
Gauge example overlaps with the pointer or gauge frame, especially for larger 
values.
   
   Steps:
   . Analyzed the issue in gauge-speed.ts to identify why the detail text 
overlaps with the pointer.
   . Confirmed that the same code structure exists in progress-gauge.ts, making 
it susceptible to the same problem.
   . Raised an https://github.com/apache/echarts-examples/issues/135
   to track the problem.
   
   
   Changes made:
   . Adjusted detail.offsetCenter to improve vertical spacing
   . Refined rich.value and rich.unit styles for better alignment
   . Ensured the text remains centered and readable across all values
   . Also i revert the changes which u mention in here 
[Pr](https://github.com/apache/echarts-examples/pull/137)
   . Fixing the Bug of Thumbnail 
   
   Before Speed Guage:
   ![Speed 
Guage](https://github.com/user-attachments/assets/160da810-9df4-432b-9da0-2a9ffca31ccc)
   
   After Speed Guage:
   ![After Speed 
Guage](https://github.com/user-attachments/assets/aa7ce059-2d6f-4989-bc13-e147ac639229)
   
   Impact:
   . Improves readability and visual clarity in the Progress Gauge example.
   . Ensures the official editor is consistent with local builds.
   . Prevents confusion caused by overlapping detail text in gauges.
   
   


-- 
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