haiouc opened a new issue #12029: 雷达图中默认情况,部分数据是否可以不显示,显示需要的,可以做选择部分
URL: https://github.com/apache/incubator-echarts/issues/12029
 
 
   雷达图中默认情况,部分数据是否可以不显示,显示需要的,可以做选择部分
   
   ```
   
   data: [
               {
                   value: [4300, 10000, 28000, 35000, 50000, 19000],
                   name: '预算分配(Allocated Budget)',
                   label: 'textShadowColor',
                   
                   symbol: 'diamond',
                   symbolSize: '10',
                   
               },
               {
                   value: [5000, 14000, 28000, 31000, 42000, 21000],
                   name: '实际开销(Actual Spending)'
               }
           ]
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to