wind108369 opened a new issue #10229: 柱状图的柱子的宽度支持到itemStyle定义
URL: https://github.com/apache/incubator-echarts/issues/10229
 
 
   ### What problem does this feature solve?
   柱状图中的柱状宽度是可以提供一个维度的信息的,目前echarts中barWidth是会被共享的,期望能够支持更细粒度的配置。
   
   
![image](https://user-images.githubusercontent.com/1305983/55697925-1cb59580-59f6-11e9-8b20-b5b4f5d0d808.png)
   如图,可以使用柱子宽度表示利润率,可视化的效果很得到提升。
   
   ### What does the proposed API look like?
   ```
   {
      type: 'bar',
      barWidth: 5,
      data: [
         { value: 100, barWidth: 10},
         { value: 10, barWidth: 20},
      ]
   }
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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