GoJS version 1.7.28
@walter wrote: Typescript definition fixes. When Part.move is called on a Group, the method no longer invalidates Link routes inside the group. Fixed regression in 1.7.23 with performing extra layouts...
View ArticleTexteditor fires `focus` event several time and fires not properly
@vorant wrote: Hello, I took an example by using Texteditor from your demo https://gojs.net/latest/extensions/TextEditor.html I found focus event fires several times and fires not properly. focus...
View ArticleTwo or more links between same nodes
@Rajeshpatil74 wrote: Is it possible to to have two or more links between same nodes but with different category ?? In my situation, two nodes have relation and shows link between them. And there is a...
View ArticleHow to add two separate linkdata array to graphlinks model..?
@sidhartharaj wrote: I am having two separate link data arrays and i want to add it one single diagram EX:var model = $(go.GraphLinksModel); var nodeDataArray = [ nodedata]; var linkDataArray = [ link...
View ArticleMaking a node inside a node
@kasir wrote: Hiis there any way to make node in node such as framRectangle = Rectangle in rectangle circle ??ellipse ? Posts: 2 Participants: 2 Read full topic
View ArticlelayoutDiagram not animating in 1.7.28
@jkainth wrote: Hey While evaluating GoJS i was using 1.7.26.I just activated my license, downloaded the customized GoJS download - which happens to be 1.7.28 With the same code base -in 1.7.26 when i...
View ArticleGoJS version 1.7.29
@walter wrote: Fixed a case of missing layout animation. Posts: 2 Participants: 1 Read full topic
View ArticleHow to access node data from context menu inside node template?
@chathuraa wrote: Hi, I have the following code. How do I access node data? const contextMenuGenerator = (nodedata) => { switch (nodedata.type) { case value: break; default: break; } return...
View ArticleTimeScaleGridlayout
@jabbar.ali wrote: Hi ,I wanted to create a time Scale Grid view using - goJS. it should look like Br,Jabbar Posts: 1 Participants: 1 Read full topic
View ArticleNode decorators
@nitin291989 wrote: Is it possible to have node decorators which look like this (pointed by red arrows): Also, location of decorators is fixed. And node label at the lower portion of nodes (pointed by...
View ArticleHow to add checkbox to DataInspector?
@kasir wrote: Hi AllHow to add my checkbox in the Data Inspector Posts: 1 Participants: 1 Read full topic
View ArticleNode mark with arrow
@or.madipor wrote: Hi, I want to place an arrow on the shape bottom right (see example).The arrow should appear only near to specific node and it's not change by another node click (can't use...
View ArticlePlanogram with repeatable background icon
@mary wrote: Using GoJS (v1.7.29), how do I code the following: Step One: Drag and drop an item (depicted by an icon - e.g. wrench icon) from the Planogram palette to the rack.Step Two: Resize the...
View ArticleTwo Resizing Tools active at a given instance
@Rajeshpatil74 wrote: I have a BPMN diagram implemented with suggestions for you which has multiple lanes (row) and status(columns)- Its a kind of mix of two samples ( BPMN sample and another of...
View ArticleNode diagram: flickering on mouseover
@or.madipor wrote: Hi, I created a simple genogram with number of nodes.Sometimes, on node mouseover, the node and all the connected nodes are flickering together. On node mouseover, the mouseover...
View ArticleUse sql tables to create family diagram
@fwd wrote: how to use sql tables to create family diagram?I am working on MVC 5 and using EF. Posts: 4 Participants: 2 Read full topic
View ArticleAngular2 and TextEditor extensions
@dribes wrote: Hi, I'm working on a workflow designing tool using GoJs in an angular4 application.I would like to let the user create link between workflow steps, once he created the link I want him...
View ArticleIs there a onLinkingStart event for linkingtool?
@Kakit wrote: Hi, I want to have a event listener to capture users linking behavior. To be more specific, when the linking tool starts, I want to set which nodes are toLinkable on the fly. Basically,...
View ArticleAvoidsNodes is invaild when group within group
@CL.Peter wrote: Hi walter,When there is a big group contains two group, the attribute-AvoidsNodes of links in these two groups is invaild.The following is my sample code, open it and you will find...
View ArticleKeep the space for hidden element
@nitin291989 wrote: How to keep the space for hidden element ? Using, visible : false , doesn't keep the space. Thanks. Posts: 1 Participants: 1 Read full topic
View Article