Spacing between chart nodes
@eileen wrote: Please refer to below screenshot: 20190411104619.jpg800×271 35.2 KB Is it possible to adjust the spacing for the two boxes? For now, they are too far away between each other. Thanks...
View ArticleIssue with copy & paste
@colby wrote: When we copy whole diagram & paste it is pasted where we want to paste it & paste it works fine. before.png960×540 10.8 KB When we copy a part of the diagram & paste it is...
View ArticleCustomized group with geo string
@mwason13 wrote: I m trying to create a customized Group which will act like Container for Smaller things.Is it possible to add geometry string to the Group like the group is actually Rectangle...
View ArticleAdd Group in a Macro
@mwason13 wrote: Is it possible to add a group in a macro so that when the macro is dropped in DiagramDiv it expands to show the group inside it and components of that group remain at their position...
View Articlego.Panel show scrollbar
@irin wrote: Hello. Does anyone know is it possible to display scrollbar for go.Panel? Example, $( go.Panel, 'Vertical', { name: 'PanelWrapper', maxSize: new go.Size(200, 300) }, $( go.Panel, { name:...
View ArticleHow to show button on the hover of Link Label
@ruth_psychx86 wrote: Hi I have few questions 1.I need to show a delete button on Mouse Hover of a Link Label. I have created a template for delete button but it is not visible on the mouse hover of...
View ArticleDoubleClick on a node in a OrgChart diagram
@anand-sathiyaseelan wrote: Hi, This is my code in my selenium script. String NodeName="Managers"; Object count = (Object) ((JavascriptExecutor) driver).executeScript("var...
View ArticleGoDiagram 5.3 Security Exception
@Jake wrote: Be sure to Unblock the GoDiagram53.zip file before unzipping, or you will likely see this in Visual Studio: https://blogs.msdn.microsoft.com/delay/p/unblockingdownloadedfile/ for more....
View ArticleHow to control the position of Linklabels
@ruth_psychx86 wrote: How can I control the overlapping of Link Labels with any node, adornments and Links. for example this is how it looks JourneyBuilder.png774×606 18.5 KB But if I change the...
View ArticleHow to remove the magenta colour box while creating a new link between two nodes
@ruth_psychx86 wrote: I wanted to remove Magenta Rectangle that comes while drawing a link between two nodes. So what did is I added this in my code. diagram.toolManager.linkingTool.temporaryFromNode...
View ArticleThe order of nodes between cells in a table is not correct
@fankeju wrote: My diagram uses the TableLayout , with each cell being a group and LayeredDigraphLayout. As a result, there is no hierarchy between the two associated nodes. Can someone give me a...
View ArticleHow to add a label under an icon
@FZSS wrote: I followed this example to create a node template with icons, https://gojs.net/latest/samples/icons.html $( go.Shape, 'Rectangle', { strokeWidth: 0 }, new go.Binding('fill', 'isSelected',...
View ArticleGo js validation port shape vs main shape
@uriel wrote: In gojs shape we can specify how many links we there can be from that shape (e.g. fromaxLinks: 2) that is ok, but in my case I have some a main shape , and 4 corner ports. I want to...
View ArticleAdding a diagram to a diagram
@Tany wrote: Hi, I have two diagram that are saved as JSON in a DB and loaded into the diagram DIV. Diagram A : 1-20190414_150907.jpg3264×1836 1.18 MB And Diagram B: 2-20190414_150926.jpg3264×1836...
View ArticleSwim Lanes Template
@jocelyn wrote: Hi, When I add node from Process(Lane4) lane to another lane, my diagram look like this image.png1883×766 47.6 KB Here’s the issues: I want my node in same lane can be vertical...
View ArticleDelete child nodes on click of button present on parent node
@SmilyArora wrote: Hi, I have 2 buttons present on a node : i) Expand - which makes a REST call, and gets the child nodes for that particular node achieved using: ii) Collapse - Which will delete the...
View ArticleCreate pattern in javascript to implement in gojs
@rahimhaji wrote: Dear friends, I want to create a pattern like below: https://www.ultraplay.com/products/freestanding/trike-hazard-barrier-sign using the below document...
View ArticleZooming using only keyboard
@kirthi wrote: Hi, I have a requirement where I want to perform zoom related operations with keyboard alone. Consider, I hold Ctrl key and + would make it zoom in and - will zoom out. Also something...
View ArticleSave and restore entities coordinates and links points in a diagram
@Giosk wrote: I have a diagram with entity and links and following this example I’m trying to save the entities and links position and following restore them. The diagram is very simple, and is...
View ArticleBUG regarding text editor and diagram style 'overview: hidden'
@vorant wrote: In this plunk you could see it https://next.plnkr.co/edit/f0toqbP1DRJ68Jsn How to reproduce: put a half node outside viewport double click to start edit text write a long string Video...
View Article