Colin3191 opened a new issue #16423:
URL: https://github.com/apache/echarts/issues/16423


   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/y8te0
   
   ### Steps to Reproduce
   
   option = {
     color: ["#47D3FF"],
     series: [
       {
         type: "pictorialBar",
         itemStyle: {
           show: true,
           color: "#47D3FF",
           borderWidth: 2
         },
         symbol: "path://M0,10 L10,10 C5.5,10 5.5,5 5,0 C4.5,5 4.5,10 0,10 z",
         data: [
           {
             value: 3097
           },
           {
             value: 0
           }
         ],
         yAxisIndex: 0,
         stack: false
       }
     ],
     tooltip: {
       show: true
     },
     xAxis: [
       {
         axisPointer: {
           show: true
         },
         data: ["公司", "消费者"]
       }
     ],
     yAxis: [
       {
         type: "value"
       }
     ]
   }
   
   ### Current Behavior
   
   鼠标悬浮到任意一个柱子上,其他地方都会出现奇怪的图形。
   
   ### Expected Behavior
   
   -
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   满足以下条件时,貌似就会出现这样的情况
   1.类型为pictorialBar,symbol为”path://M0,10 L10,10 C5.5,10 5.5,5 5,0 C4.5,5 
4.5,10 0,10 z“
   2.data设置成0
   3.series设置了itemStyle
   4.xAxis设置了axisPointer


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to