comvir opened a new issue, #20060:
URL: https://github.com/apache/echarts/issues/20060
### What problem does this feature solve?
5.5.0版的gauge新增了progress功能,当配置只显示progress时,希望有个轨道背景,看起来像个完整的进度条。
虽然可以叠加一个serie实现,如果progress能直接设置背景最好不过。
### What does the proposed API look like?
```
{
type:"gauge",
progress:{
show:true,
background:{
//someprops
}
}
}
```
--
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]