ExternalObjectsDropped subject got empty count 0
@BATU wrote: this is a very tricky behavior puzzled me two days. ExternalObjectsDropped event, the subject got empty or count is 0. because I need to identify diagram objects, add diagramKey property...
View ArticleHow to change linking line style like relinking
@lenxeon wrote: create a new link WX20200112-101802@2x.png1216×630 22.5 KB relink style WX20200112-101858@2x.png696×382 9.43 KB how to keep line in a same style when create a new link and relink...
View ArticlePort and temporaryToPort not in same position when use margin, how to change it
@lenxeon wrote: $(go.Panel, "Horizontal", new go.Binding("itemArray", "topArray"), { row: 0, column: 1, itemTemplate: $(go.Panel, { _side: "top", fromSpot: go.Spot.Top, toSpot: go.Spot.Top,...
View ArticleremoveArrayItem trouble
@cbh wrote: I am extending the dynamic ports example. I am trying to remove a port and get this exception: removeArrayItem_error.png1685×1288 269 KB Upon running the command again (I understand that...
View ArticleCdnjs.cloudflare.com returns a 404 error for 2.1.5
@cbh wrote: https://cdnjs.cloudflare.com/ajax/libs/gojs/2.1.5/go.js https://cdnjs.cloudflare.com/ajax/libs/gojs/2.1.5/go-debug.js Both return a 404 error. 2.0.5 works. Posts: 3 Participants: 2 Read...
View ArticleProblem with creating node with multiple inport / outport
@sillyMredul wrote: Hello, I am creating a graph where each node can have multiple inport / outport. I am using same mechanism to create each type of node. But only outport is not creating for one...
View ArticleNode Template Editor
@Tany wrote: Hi, I’m trying to implement a Node Template editor for network elements. In general, i would like to let the user the ability ability to drag some picture of network elements and to to...
View ArticlePrevent link from changing from or to port when moving nodes
@zamehan wrote: Hello, I would like to know how to prevent links from changing ports when dropping from a palette or when the nodes are moved (the software chooses the shortest path). For instance, in...
View ArticleHow to add click events in chart.js graph in Node?
@fekkyDev wrote: How can i achieve click events on the graph (chartjs) in the Node ? As i have applied the click event in the chartjs but it doesn’t triggered....
View ArticleAnimation on link does not work for LayeredDigraphLayout
@h.jafari wrote: Hello, I have a network of nodes and links based on “https://gojs.net/latest/intro/animation.html#CustomAnimationEffects”. It is working normally, but when I modify the layout to...
View ArticleGroup Template doesn't display correctly
@macadameane wrote: Hello! Our team has been using a group template for quite sometime. Recently, we decided to make a slight modification for a different layout in some cases. To reuse the code, I...
View ArticleDrawing link does not deselect everything else
@estesbubba wrote: I don’t know if it’s been this way forever or something changed recently, but when I draw a new link all the previously selected nodes and links stay selected. If I add a new node...
View ArticleGroup layout seems to be ignoring Layout properties
@lankaapura wrote: Hi Walter, I have a graph with LayeredDigraphLayout. And I have set parent of each leaf node to isGroup = true and group of each leaf node to leaf’s parent key. because I’m trying...
View ArticleIndependent control on selection and speed of node animation
@h.jafari wrote: Hello, In https://gojs.net/latest/intro/animation.html, for “CustomAnimationEffects” example, circle nodes animation are moving between all nodes at the same speed. 1- how can I set...
View ArticleGoJS 2.1.6 Released
@simon wrote: Changes for 2.1.6 The release/go-module.js file now exports every class, so that you can import only specific classes, instead of go . For example: import { Diagram, Node, Link, Point,...
View ArticleHow to manually layout of specific node in TreeLayout?
@plusor wrote: I need to move the node to save the location of the node, but not the children. Automatic layout when child nodes moved. Any examples here? Thanks! Posts: 1 Participants: 1 Read full...
View ArticleHow to manually control nodes to display in one side of the tree in...
@Isaac-Shen wrote: I have a SideTreeLayout like this, and I have to make the A(or B or C) node to the left or right of the tree(decided by the data that returned from the server) How to manually...
View ArticleHow to integrate Gojs app with .net web application
@Shivesh wrote: I have developed one GoJs app for our product , now I have to integrate GoJs and our .Net app. Can you give me steps of integration or setting for integration. Our product is work on...
View ArticleNode changes on moving
@jothibaskaran wrote: Hi, I have a text area in my node that can be expanded/collapsed. I am using a panel expander button for it. This is the implementation: $(go.Panel, 'Vertical', { row: 2, column:...
View ArticleControlling the gap between the end link and the node
@Tany wrote: Hi, I’m trying yo control the gap between the link and the node, when the link breaks down. In your example, “dynamic ports”, the link breaks “far” from the node (black arrow). I tried to...
View Article