How to get links to go through groups?
@dbzsoft wrote: Hi thank you Walter. Now I have another problem, when I try to place a line between nodes, the line goes through others nodes. if I put the following code: myDiagram.linkTemplate =...
View ArticleHow can adjust resizable corner of a node while resizable:true is set?
@hamid wrote: Hi.My node object contains a picture inside and a text bellow of it.When i set resizable:true in node template and renders the resizable corners on my node object. I added a...
View ArticleHow to vertically center nodes in a custom LayeredDigraphLayout
@itayh wrote: Hi, I'm using AlignedLayeredDigraphLayout (custom layout that i found on this forum) that works great with alligning all the nodes to the left. however, i would like to also vertically...
View ArticleBe dynamically parameterized
@3q wrote: https://gojs.net/latest/extensions/Figures.jsgo.Shape.defineFigureGenerator("CircleLine", function(shape, w, h) { var rad = w/2; var geo = new go.Geometry() .add(new go.PathFigure(w, w / 2,...
View ArticleLinkShiftingTool, FromSpot, ToSpot
@ilyakut wrote: Hello,1. Where can I read about LinkShiftingTool ?I have found the example https://gojs.net/latest/extensions/LinkShifting.htmlbut can not find information about LinkShiftingTool in...
View ArticleDiferent Point or port connection to node Automatically
@dbzsoft wrote: How I do for connect diferent lines in diferents parts of node automatically? because alwais connect in the same part example: problema5.png722x288 8.84 KB Posts: 2 Participants: 2...
View ArticleRemoving is invalid
@3q wrote: Q1: var sketchNode = myDiagram.findNodesByExample({ key: "sketch" }); console.log("sketchNode.count:"+sketchNode.count);//if the sketchNode.count is 2. var it = sketchNode.iterator; while...
View ArticleDisable resizing property of textBlock
@YogeshMohan wrote: hi,i just want to disabled the resizing property of text-block so that user should not be able to resize the size of text-block i just want to remove this resizing option from...
View ArticleJava script error occurred
@ajosojan wrote: Hi, I'm using the genogram, var $ = go.GraphObject.make; myDiagram = $(go.Diagram, "myDiagramDiv", { initialAutoScale: go.Diagram.Uniform, initialContentAlignment: go.Spot.Center,...
View ArticleAdd Image By AWS S3 Presign Url
@harmoncantillan wrote: I am using aws s3 to store my images. I am adding image to diagram by specifying the public path. For security reasons, I need to make the images private and the only way to...
View ArticleCouldn't able to get obj.part.data for particular port in contextClick
@Rishi wrote: Hi, I have tried getting the particular port data on context click on port, Refer the below link I have added context click for left port and it is not...
View ArticlejQuery drag-and-drop capability
@ilyakut wrote: Hello, can I make Nodes with different Shapes (not only "Circle") using jQuery drag-and-drop capability? Like in this example https://gojs.net/latest/samples/jQueryDragDrop.html - can...
View ArticleDrawing Call-Out shape thru GoJs
@makbar24 wrote: Hi,I am trying to draw call-out shape- which would be look like I am seeking for some advice what would be best approach to draw this shape thru GoJs. Thank you makbar Posts: 1...
View ArticleLink template for "One [from] to Many [to]"
@itayh wrote: Hi, In our topology we handle many link types (with label), so in order to reduce clutter from the user, we need to allow to "aggregate" similar connections, which means: - if multiple...
View ArticleUI of Diagram nodes and link
@YogeshMohan wrote: Hi,i want to create my-diagram nodes and link look like this is there any layout or any style threw which i can create my diagram layout and style look like this as shown in the...
View ArticleImplementing linking logic for specific nodes
@mayyildiz wrote: Hello,I am trying to design a diagram which has 3 types of nodes: Cold, Hot, Neutral. Those types are defined in palette by a json property. In that diagram, I want to prevent...
View ArticleFinding full path between nodes
@YogeshMohan wrote: I was going through your example at https://gojs.net/latest/samples/distances.html to find all possible path between two nodes img_20180514.png763x680 74 KB In your example when i...
View ArticleReplace Genogram node with image
@ajosojan wrote: Hello! i'm newbie in Gojs. Is there any way to show images in Genogram node? var $ = go.GraphObject.make; myDiagram = $(go.Diagram, "myDiagramDiv", { initialAutoScale:...
View ArticleIf there is no motherid in Genogram
@ajosojan wrote: Hello!In Genogram, if there is no motherid, the node slides left on the same level In my case key "3204" have only father id. setupDiagram(myDiagram, [...
View ArticleWhy is the selected area greater than the actual graphics area?
@3q wrote: function makeArc(data) { return new go.Geometry() .add(new go.PathFigure(data.radius + data.radius * Math.cos(data.start * Math.PI / 180), data.radius + data.radius * Math.sin(data.start *...
View Article