clfeng edited a comment on issue #8324: SVG 渲染地图鼠标移开后 label 不消失
URL: 
https://github.com/apache/incubator-echarts/issues/8324#issuecomment-521494886
 
 
   可以这么临时处理,将label都行显示出来,但是是透明的,悬浮的时候再改成非透明
   
   ```
   label: {
                   normal: {
                       show: true,
                       color: 'transparent' // 
地图改用svg的方式进行渲染的话,会出现鼠标悬浮过去之后label不消失的情况
                   },
                   emphasis: {
                       show: true,
                       textStyle: {
                           color: '#fff'
                       }
                   }
               },
   
   ```

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


With regards,
Apache Git Services

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

Reply via email to