Is it possible to get bottom (last) generation in genogram?
@prameela.dara wrote: Hi Walter, Is it possible to get bottom (last) generation in genogram? I need to display one node that should not have any links connected nothing but unlinked nodes. Those links...
View ArticleVuejs and Gojs - databinding not updating
@danaia wrote: I am using the VueJS/Gojs example: https://gojs.net/latest/samples/vue.html On the parent, under mounted, I have a function call: this.getLevel() Under methods, I have a Axios powered...
View ArticleUndoManager.clear not clearing
@TricksterX wrote: Hi! Please, I would like to know if I might be doing something wrong. I’m calling the “diagram.undoManager.clear()” method, but I’m still able do undo some operations after that. Is...
View ArticleHow to transform svg into geometric path
@zhouhuan0910 wrote: I have a question , how to transform SVG’s diagram into gojs’s geometric path.please!! Because I have many graphics generated by SVG, but I don’t know how to convert between SVG’s...
View ArticleAdding adornment to a link
@kirthi wrote: Hi, As you can see in the below screenshot, I have a connection where it has only two adornments. Using this I’m only able to re-route the link in one direction. How do I add more...
View ArticleMove dimension line away
@AB wrote: Hi Team, Its Floor Planner App. I need to move dimension link to up-word when dragging an object. It look clumsy when dragging an object. Screenshot.png1748x573 33.1 KB Posts: 1...
View ArticleHow can I fix my diagram layout problem?
@Giosk wrote: I’m creating a diagram which is created incrementally adding nodes and links calling my backend api and I’m trying to figure out which layout fits best for my purpose. I tried two types...
View ArticleConstrain Width of Document Bounds
@ltruelove wrote: I’ve been searching a lot to try and find the answer to this so I apologize if it’s been answered before. I’m hoping there’s a way to constrain the width of the document bounds and...
View ArticleZoom diagram to node
@denis-andrikevich wrote: Hi, there. So the question is how can i zoom diagram to a selected node? I have click handler which get selected node, but i can’t find how can i zoom. Official doc says use...
View ArticleHow to get names/labels of connected edges
@danaia wrote: Hi, like to better understand the right way to get the names of the label text from all the connected edges to a single node. What is the best way? I am trying to get children and...
View ArticlefindNodeForKey when model is shared by two diagrams
@Luddy wrote: Hi, I’m having the problem that diagram.findNodeForKey() returns null, for a diagram that shares a model with another diagram, and for keys that appear to be in the model (as evidenced...
View ArticleLink Overlapping from Node
@opkeydev wrote: Hi, i am facing some issue of link overlapping when i draw link from specific points please let me know what i am doing wrong or how to avoid this issue ggggggggggggggggggg.gif830x670...
View ArticleIs it possible make this with gojs?
@Sami61 wrote: There are little object or setting buttons on image that I added to bottom. These are showing when I focused the object. This feature generally included all bpmn modelling tools. Is it...
View ArticleHow to make a two way link?
@alex_zeng wrote: https://gojs.net/latest/samples/records.html I’m new to GoJS. The example above shows how to add links between fields. But I find a issue when I draw a link from 'field1 in ‘Record1’...
View ArticleDiagram positioning
@no_one345 wrote: I m working on a project with a lot of diagrams in it, i need to fix these diagram to center of div and automatically fit the div on initialization for that purpose i was using...
View ArticleCompositing layers and alpha blending
@Luddy wrote: Hi, I have a diagram whose nodes consist of a Node with a Picture inside. The image is generated using WebGL, and drawImage is used to place it in the 2D context of the Picture’s...
View ArticleGoJS version 1.8.27
@walter wrote: Fixed a regression from 1.8.24 where some graduated panels will draw incorrectly. Dragging groups while DraggingTool.isGridSnapEnabled no longer snaps their members separately. This...
View ArticleNode Position or Location based off of Node part and not Node itself
@RoyL wrote: Hi, Long time listener, First time caller…lol My question is, is it possible to position a node via location or position based on the Image part or any sub-part of a Node, or only the...
View ArticlePrevent links looping back from crossing other links
@mlerman wrote: Hello, I have a diagram which uses the TreeLayout and some nodes loop back to the top. This has the unfortunate effect of crossing existing links (since I am avoiding nodes) and I was...
View ArticleBinding to 'data' (.ofObject())
@Luddy wrote: I have a node template that looks like this: $(go.Node, ..., $(go.Picture, { name : "PIC" }, new go.Binding("element", "data", data => { return this.createCanvasForData(data);...
View Article