echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] 仪表盘(gauge)的"progress"功能希望能设置背景

Open comvir opened this issue 8 months ago • 7 comments

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

comvir avatar Jun 21 '24 08:06 comvir