-
GoJS 在 html vue 項目中的使用,github地址:https://github.com/cag2050/gojs_demo
-
GoJS 在 vue-cli 2.x 項目中的使用,github地址:https://github.com/cag2050/vue_cli_2_gojs_demo
-
GoJS 的事件,各事件說明官方地址:https://gojs.net/latest/intro/events.html
事件 | 說明 |
---|---|
BackgroundSingleClicked | 在背景上點擊,發生的事件 |
textEdited | node節點的文本編輯完之后,發生的事件 |
-
node和link的事件,寫在node和link的定義里,比如:mouseEnter、mouseOver、mouseLeave。
Mouse-over-like event properties includeGraphObject.mouseEnter
,GraphObject.mouseOver
, andGraphObject.mouseLeave
. But onlyDiagram.mouseOver
applies to the diagram. -
相關介紹文章:
GoJS教程:http://www.devtalking.com/tags/GOJS/
Gojs組件,前端圖形化插件之利器:https://www.cnblogs.com/landeanfen/p/7910530.html