murongqimiao / DAG-diagram

VUE plugin for DAG graph , u can use it 4 flow diagram or machine learning visualization
https://murongqimiao.github.io/DAG-diagram/#/example
MIT License
402 stars 124 forks source link

节点点击的时候气泡弹窗不显示 #16

Closed UCSBGauchos closed 4 years ago

UCSBGauchos commented 4 years ago

你好,我们在使用这个组件的时候,点击节点的时候气泡弹窗不显示,想问一下是什么原因,谢谢

UCSBGauchos commented 4 years ago

pop node-pop是已经存在的

murongqimiao commented 4 years ago

感谢使用, 马上处理, 如果有类似问题的朋友可以入q群沟通

if u have the same question plz join the Q group 793841737, i will do my best , bro~

murongqimiao commented 4 years ago

this issue has resolved in version 0.1.22, plz install the latest version to avoid.

the reason is that DOM element [foreignObject] has default attr [ overflow: hidden ] in some Chrome version. i had append the css attribute overflow: visible in main-body.js

UCSBGauchos commented 4 years ago

this issue has resolved in version 0.1.22, plz install the latest version to avoid.

the reason is that DOM element [foreignObject] has default attr [ overflow: hidden ] in some Chrome version. i had append the css attribute overflow: visible in main-body.js

Thank you so much. It works~