Ovilia commented on issue #9103: symbol使用path指定矢量图形后,tooltip无法正常触发
URL: 
https://github.com/apache/incubator-echarts/issues/9103#issuecomment-423419354
 
 
   这个不太能改,因为别人可能有需求要精确判断在路径内,这个判断是在整体做的,也不是针对 graph 图的。
   针对你这个 case 的话,如果效果就是要像这样的,能不能 `symbol: 'circle'` 呢?
   ```js
   {
   
               "id": "sensor_173130",
               "name": "超级传感器",
               "parentid": "1_173",
               "category": "None",
               "symbolSize": 50,
               symbol: 'circle',
               "itemStyle": {
                   "borderColor": "#000",
                   "borderWidth": 5,
                   color: 'transparent'
               }
           }
   ...
   links: [{
   ...
       {
               "source": 17,
               "target": 18,
               lineStyle: {
                   color: 'green',
                   opacity: 1
               }
           }
   ...
   ```

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