ggxxsol opened a new issue #8483: 使用柱状图特效时,柱状图显示不全,呈现一个三角的情况
URL: https://github.com/apache/incubator-echarts/issues/8483
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   特定分辨率下,柱状图会显示不全,呈现一个三角的情况
   此问题在添加阴影时出现,出现方式为不断更改浏览器的分辨率
   ,例如
            itemStyle: {
               normal: {
                 color: 'gray',
                 shadowColor: 'rgba(0, 0, 0, 0.5)',
                 shadowBlur: 10,
                 barBorderRadius: [3, 3, 0, 0],
               },
             },
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:v4.1.0.rc2
   + Browser version [浏览器类型和版本]:firefox chrome等多个浏览器
   + OS Version [操作系统类型和版本]:window8 windows7
   
   
   
   
   
   ### Expected behaviour [期望结果]
   使用阴影等特效不要出现此bug
   
   
   
   
   ### ECharts option [ECharts配置项]
   <!-- Copy and paste your 'echarts option' here. -->
   <!-- [下方贴你的option,注意不要删掉下方 ```javascript 和 尾部的 ``` 字样。最好是我们能够直接运行的 
option。如何得到能运行的 option 参见上方的 guidelines for contributing] -->
   参考官方实例
   http://echarts.baidu.com/examples/editor.html?c=multiple-y-axis
   
   在此实例中,修改series部分为以下内容,并且缓慢拖动浏览器窗口即可发现
   series: [
           {
           itemStyle: {
               normal: {
                 color: 'gray',
                 shadowColor: 'rgba(0, 0, 0, 0.5)',
                 shadowBlur: 10,
                 barBorderRadius: [3, 3, 0, 0],
               },
             },
                   itemStyle: {
               normal: {
                 color: 'gray',
                 shadowColor: 'rgba(0, 0, 0, 0.5)',
                 shadowBlur: 10,
                 barBorderRadius: [3, 3, 0, 0],
               },
             },
               name:'蒸发量',
               type:'bar',
               data:[2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 
6.4, 3.3]
           },
           {
                     itemStyle: {
               normal: {
                 color: 'gray',
                 shadowColor: 'rgba(0, 0, 0, 0.5)',
                 shadowBlur: 10,
                 barBorderRadius: [3, 3, 0, 0],
               },
             },
               name:'降水量',
               type:'bar',
               yAxisIndex: 1,
               data:[2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 
6.0, 2.3]
           },
           {
               name:'平均温度',
               type:'line',
               yAxisIndex: 2,
               data:[2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4, 23.0, 16.5, 
12.0, 6.2]
           }
       ]
   
   ```
   
   
   
   
   ### 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