You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/08/27 08:23:55 UTC

[GitHub] [echarts] anzhou99 opened a new issue #15615: 为什么 在仪表盘类型中chart中设置tooltip不会生效?

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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 commented on issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 commented on issue #15615:
URL: https://github.com/apache/echarts/issues/15615#issuecomment-909037563


   ok,tks


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] plainheart commented on issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #15615:
URL: https://github.com/apache/echarts/issues/15615#issuecomment-907091514


   #14688 应该修复了这个问题。会包含在即将发布的 5.2.0 中。


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 commented on issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 commented on issue #15615:
URL: https://github.com/apache/echarts/issues/15615#issuecomment-909037563


   ok,tks


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15615: 为什么 在仪表盘类型中chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15615:
URL: https://github.com/apache/echarts/issues/15615#issuecomment-907023075






-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 closed issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 closed issue #15615:
URL: https://github.com/apache/echarts/issues/15615


   


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 commented on issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 commented on issue #15615:
URL: https://github.com/apache/echarts/issues/15615#issuecomment-909037563


   ok,tks


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 closed issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 closed issue #15615:
URL: https://github.com/apache/echarts/issues/15615


   


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] anzhou99 closed issue #15615: 为什么 在仪表盘类型的chart中设置tooltip不会生效?

Posted by GitBox <gi...@apache.org>.
anzhou99 closed issue #15615:
URL: https://github.com/apache/echarts/issues/15615


   


-- 
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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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