6671246 opened a new issue #9367: 4.2版本toolbox的bar设置圆角半径无效
URL: https://github.com/apache/incubator-echarts/issues/9367
 
 
   4.2版本toolbox的bar设置圆角半径无效
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:4.2
   + Browser version [浏览器类型和版本]:ie
   + OS Version [操作系统类型和版本]:windows
   
   
   
   
   
   ### Expected behaviour [期望结果]
   3.8就没有这个问题
   
   
   
   
   ### ECharts option [ECharts配置项]
   toolbox: {
                                        show: true,
                                        feature: {
                                                dataZoom: {
                                                        yAxisIndex: 'none'
                                                },
                                                dataView: {
                                                        readOnly: false
                                                },
                                                magicType: {
                                                        type: ['line', 'bar'],
                                                        option: {
                                                                // 柱形图默认参数
                                                                bar: {
                                                                        
itemStyle: {
                                                                                
normal: {
                                                                                
        barBorderRadius: [5, 5, 0, 0]
                                                                                
}
                                                                        }
                                                                },
                                                                // 折线图默认参数
                                                                line: {
                                                                        smooth: 
true,
                                                                        symbol: 
'emptyCircle', // 拐点图形类型
                                                                        
symbolSize: 3 // 拐点图形大小
                                                                }
                                                        }
                                                },
                                                restore: {},
                                                saveAsImage: {}
                                        }
                                }
   
   
   
   ### Other comments [其他信息]
   <!-- For example: Screenshot or Online demo -->
   <!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
   
   

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