Hello Ovilia, My name is *Mahii*, and I have submitted a Pull Request to improve the *Speed Gauge* and *Progress Gauge* examples in the ECharts repository.
*Issue:* In the current implementation, the detail text (value + unit) sometimes overlaps with the pointer or gauge frame, especially for larger values. This reduces readability and affects the visual presentation of the gauge. *Fix Applied:* - Adjusted detail.offsetCenter to move the text slightly downward. - Updated rich.value and rich.unit styling to center the value and unit properly. - Ensured that the text is now clearly visible, centered, and does not overlap the pointer. - Tested locally with all values in the gauge range. *Files Changed:* - examples/ts/gauge-speed.ts You can see the Pull Request here: https://github.com/apache/echarts-examples/issues/135 This change improves readability and ensures consistency between local builds and the official editor. Thank you for reviewing the PR. Please let me know if any further modifications are required. Best regards, *Mahii*
