vision-yip opened a new issue #13639:
URL: https://github.com/apache/incubator-echarts/issues/13639


   ### Version
   4.9.0
   
   ### Steps to reproduce
   option = {
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
       },
       yAxis: {
           type: 'value'
       },
       series: [{
           data: [120, 200, 150, 80, 70, 110, 130],
           type: 'bar',
           label: {
               show: true,
               position: 'top'
           },
           itemStyle: {
               barBorderRadius: [5, 5, 0, 5]
           }
       }]
   };
   
   动态设置barBorderRadius: [x,x,x,x]中四个数值中其中一个值等于0时label不显示;
   
   ### What is expected?
   
   无论如何情况都在label.show: true的时候都希望显示label.
   
   ### What is actually happening?
   
   label.show: true的时候动态设置barBorderRadius, label会错位或者消失;(错位情况请设置label.position: 
'inside')


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to