cuijian-dexter commented on issue #9367: 4.2版本toolbox的bar设置圆角半径无效
URL: 
https://github.com/apache/incubator-echarts/issues/9367#issuecomment-436928552
 
 
   @6671246 如果你不需要`emphasis `,你可以试着把normal去掉。
   例如:
   ``` javascript
   toolbox: {
           show: true,
           feature: {
               dataZoom: {
                   yAxisIndex: 'none'
               },
               dataView: {readOnly: false},
               magicType: {
                   type: ['line', 'bar'],
                   option:{
                       bar:{
                           //柱形图默认参数bar: {
                           itemStyle: {
                               barBorderRadius: [
                                 5,
                                 5,
                                 0,
                                 0
                               ]
                           }
                       }
                   }
               },
               restore: {},
               saveAsImage: {}
           }
       },
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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