anzhou99 opened a new issue #15615:
URL: https://github.com/apache/echarts/issues/15615


   ### Version
   5.1.2
   
   ### Steps to reproduce
   仪表盘中,无论是在全局还是系列中设置tooltip,都不能正常显示出来。
   代码如下:
   
   ```javascript
   option = {
     tooltip: {
       show: true,
     },
     series: [
       {
         type: "gauge",
         startAngle: 90,
         endAngle: -270,
         radius: "50%",
         pointer: {
           show: false,
         },
         progress: {
           show: true,
           overlap: false,
           roundCap: true,
           clip: false,
           itemStyle: {
             borderWidth: 1,
             borderColor: "#464646",
           },
         },
         axisLine: {
           lineStyle: {
             width: 40,
           },
         },
         splitLine: {
           show: false,
           distance: 0,
           length: 10,
         },
         axisTick: {
           show: false,
         },
         axisLabel: {
           show: false,
           distance: 50,
         },
         data: [
           {
             value: 60,
           },
         ],
         tooltip: {
           show: true,
         },
       },
     ],
   };```
   
   ### What is expected?
   鼠标在item上时能够正常显示出tooltip
   
   ### What is actually happening?
   tooltip未能生效
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


-- 
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: commits-unsubscr...@echarts.apache.org

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