setDataProperty() to undefine / remove a property
@Luddy wrote: Hi, I’m trying to remove a property from an object that is within my model (associated with a port). I use model.setDataProperty(object, propertyName, newvalue) to update such values,...
View ArticleNode textarea and
@chairui405 wrote: 如何将gojs的节点数据上的textarea和input的value绑定?并且是双向同步显示数据的? How to bind the value of textarea and input on the node data of gojs? And is it two-way synchronous display of data? Posts: 3...
View ArticleInspector not updating properties html after linkdrawn event is called
@no_one345 wrote: i m calling the event linkdrawn and add few properties on link that was just dran but the inspector is not updating its html Screenshot from 2019-02-26 10-54-24.png887×571 19.3 KB...
View ArticleIs it possible to create below attached diagram?
@sree1 wrote: I tried to create the attached diagram by arranging the nodes by using the location spot, but unable to find the location spot. I tried to create the attached diagram by arranging the...
View ArticleHow to Draw S-shaped links between two Nodes?
@lkbtt wrote: Please look at the chart below.The line between two nodes looks like “S”. How to Realize with Gojs? Another problem is: The color of the line is gradient.From “#1876D7” to “#1ED2F0” Can...
View ArticleHighlight Longest Path
@akashjan4 wrote: How to find longest path between two nodes of graph ? I have taken clues from example (distance) but still not able to to figure out where to make changes to take longest path....
View ArticleMake perticular node to fixed and scroll
@rahimhaji wrote: Dear friends, greetings! iam creating the chart as in the below pic: bowTie.jpg859×405 25.2 KB i want to make this center circle to be fixed. Right and left side nodes/subnodes i...
View ArticleDrawing shape changes
@rahimhaji wrote: Dear Mr.Walters, Greetings! reference to my previous post: Make perticular node to fixed and scroll GoJS Dear friends, greetings! iam creating the chart as in the below pic: [bowTie]...
View ArticleInspect nodes/Elements in tree and access
@SanjaiRamesh wrote: Iam writing automation test case, I want find each element in a tree by unique I’d,How to inspect an element on canvas element when right click is disabled…is there any plugin or...
View ArticleDefault level of expended nodes in tree layout
@no_one345 wrote: i m working on a tree-layout diagram i want to know if there is a default property that i can set the level to which the tree is expended consider this tree what i want is to set the...
View ArticleDoes GoXam is going to make use of UIA interfaces?
@kirthi wrote: Hi, We are making use of goXam for our project and looking out for some options in UI automation. We came across some tools like TestStack(earlier known as white.core), Renorex, Telerik...
View ArticleDrag like feature in Copy paste
@kirthi wrote: Hi, Consider there are 2 connected nodes with a link. I select all and drag by holding Ctrl key. Now the copy of selected nodes and links will be visible. At this point, the new set of...
View ArticleUnable to call getDocumentBounds
@senoz wrote: While am integrating with my project am facing this issue do you have any idea ? I think it may be the version problem. We are using 1.8.27 version of GoJS. How to fix the issue without...
View ArticleHow to get nodes with no links?
@no_one345 wrote: is there a default function in diagram or model that gives me an iterator over nodes with no links connected? or do i iterate over nodes in diagram and check for findLinksOutof...
View ArticleSpacing between group in tree mapper
@no_one345 wrote: i m working on a tree mapper diagram i want to the two groups in tree mapper to be always separated by a certain distance how is it possible...
View ArticlePalette item vertical single line
@usernh wrote: Hello. I want to create a palette with one vertical line. How can this be implemented? Thanks. My code: this.testPalette.nodeTemplate = $( go.Node, 'Vertical', { locationObjectName:...
View ArticleHow to prevent temporary link going inside of node?
@ironwill1023 wrote: How to prevent temporary link going inside of node? When I click mouse down on the node and try to draw link from that node, the temporary link can go inside of node. I want to...
View ArticleUsing GoJS 2.0.3 and Typescript 2.9.2 facing issue in go.List
@senoz wrote: Error: error TS2345: Argument of type 'typeof Point' is not assignable to parameter of type 'Iterable<{}> | {}[]'. Type 'typeof Point' is not assignable to type '{}[]'. Property...
View ArticleHow to add multiple sector
@yang wrote: Based on this example https://gojs.net/latest/extensions/SectorReshaping.html How to flexibly add multiple sectors on a node? One handle permits changing the radius of per sector. Posts:...
View ArticleHow to identify links at/near cursor position
@Volker wrote: In my diagrams I often have links partially overlapping each other. I would like to identify all links passing current cursor position to concatenate a common tooltip over such sections...
View Article