Trigger rightclick on node using Robot.js
@vietthang wrote: Hi guys For doing automation test on Gojs, i have created a function for trigger right click on Node and got this error: please help: public rightClickOnNode(goDiagram, nodeKey:...
View ArticleBezier curve Link is no longer "curved" when adding fromSpot and toSpot
@nouinou wrote: I’m working on a project and I noticed that the Bezier links are curved until you specify from what part of the node the lines should start and end using fromSpot and toSpot, then they...
View ArticleDrag without selection
@michaelchann wrote: is it possible, when dragging objects, not to affect selection? I’ve tried a few different methods, but writing my own DraggingTool for this seems like overkill. If that is the...
View ArticleCustom routing for link
@zentoLu wrote: i want the link to display link this example https://gojs.net/latest/samples/orgChartEditor.html but i use graphLinkModel, i tried go.link.Normal ,go.link.orthonal,avoidNodes for the...
View ArticleHtml menu offset after window resize
@idekkers wrote: HI we are using kendo angular 2 splitter, when using it, if I resize the splitter, the location of the HTML right click menu is shifted, if I just resize the window the menu is in the...
View ArticleMake link unique in flowchart sample
@anom wrote: Hi, I’m testing on this sample. https://gojs.net/beta/samples/flowchart.html How can I make the link unique and not duplicated? I’ve tried to set toLinkableDuplicates and...
View ArticleSetting layerName on selectionAdornmentTemplate breaks the diagram
@bjuskiw_synergycodes wrote: When a layer is specified for selection adornments, after a few selects and deselects the diagram will stop rendering any updates. The console will show this error:...
View ArticleSet Shape both side of node in Layered Digraph
@mhiren wrote: hello, I am trying to set shape or picture as shown in image at node left and right side which indicated direction. it is possible to set shape at these position from linkDataArray. i...
View ArticleCenter a picture in a node
@Tany wrote: Hi, Please take a look at the attached picture. The left node has one port. The right node has two ports, one on each side. Since the left node has only one port , its picture is shifted...
View ArticleCombine customTextEditingTool and diagram work
@vorant wrote: Hello, I’m working with customTextEditingTool https://gojs.net/latest/samples/customTextEditingTool.html The issue: If you click on node and click on text you will see TextEditingTool...
View ArticleReducing bundle size with GoJS 2.0
@estesbubba wrote: Thanks for adding GoJS 2.0.0-beta5 to NPM and I now have it in our ReactJS app. With the rewrite of GoJS 2.0 does it support webpack tree shaking and do you have any examples of how...
View ArticleHow to use go.Link.Avoid Nodes without diagram layout
@biswa wrote: how to use routing: go.Link.AvoidsNodes with using isOngoing: false,? how to use avoid nodes & Orthogonal? Is there any sample code for this link drowing? layout: $(go.TreeLayout, {...
View ArticleTreeLayout - aligning link lines
@jrietz wrote: Hi, I’m using the TreeLayout to render a logical scheme (AND / OR etc). However, I can not get the lines between the nodes aligning properly. As it is rendered now it looks like this:...
View ArticleDraw links (dynamically) from a node depending upon some variable value
@dasguptarupak wrote: Hi Team, I’m working on a BPMN tool using GoJs in an Angular 6 application. I’ve many nodes (Shape - Circle) created in my canvas and they have their own properties popup...
View ArticleDistinguishing Delete from Cut command
@dreamweiver wrote: Hi Walter, is it possible to Identify a delete operation from a cut operation within “selectionDeleting” event handler ? regards, Manoj Kumar Lakshman Posts: 5 Participants: 3 Read...
View ArticlecutSelection vs deleteSelection within SelectionDeleting Event handler
@dreamweiver wrote: Hi Team, I have recently started working with GoJS to create some custom diagrams. I have created specific icons for managing edit operations on the diagram like add, cut, copy,...
View ArticleRotation icon - can this be in 90º increments?
@biswa wrote: Rotation icon - can this be in 90º increments? Rotation Icon can be incremented Or decremented by 90º? Like gojs context menu rotation action in node. Posts: 4 Participants: 2 Read full...
View ArticleHow to use doubletree picking input from textarea
@sureish wrote: Hi, Can anyone help me in providing sample for fetching node and link details from textarea for doubletree please same like the state chart provided in samples. As shown in below link...
View Article[2.0-B5] Cannot read property 'freeze' of null
@estesbubba wrote: After upgrading to 2.0.0-beta5 from 1.8 we’re getting these console messages and can’t figure out why they’re happening. I searched our code and we don’t call freeze anywhere. Any...
View ArticlePort position and linkable/non-linkable parts in a node
@HJOON.KIM wrote: Hello, walter. I have a question related with the node template and port position. I defined custom node template like below. And it’s linked from/to another nodes like this....
View Article