wvhn opened a new issue, #21452:
URL: https://github.com/apache/echarts/issues/21452

   ### What problem does this feature solve?
   
   introduce color segments (available in gauge axisLine) in gauge progress. 
Refer to [#15471](https://github.com/apache/echarts/issues/15471.)
   
   Segments should look like this:
   <img width="2083" height="1335" alt="Image" 
src="https://github.com/user-attachments/assets/0ea8ef01-a156-4ba7-bf86-9066a3d8fe49";
 />
   
   There has been an answer by @Ovilia on the issue linked above but that 
covers color stops in gauge.axisLine and not in gauge.progress.
   
   
   ### What does the proposed API look like?
   
   ```
   progress: {
     itemStyle: {
       color: [
         [0.25, 'green'],
         [0.5, 'yellow'],
         [0.75, 'red']
         ]
     }
   }
   ```
   and accordingly for borderColor


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