Ovilia commented on issue #20097:
URL: https://github.com/apache/echarts/issues/20097#issuecomment-2306671764

   `max` should not be smaller than `min` so this is not a bug. In your case, 
you can set `clockwise: false, startAngle: 0, endAngle: 180, min: -240, max: 
0`. If you want the progress arc to display from 0, you should set `startAngle: 
-180, endAngle: 0, min: 0, max: 240` and do negation to all data and use 
formatter to add `-` for display.


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