actualBounds returns same width of object regardless of zoom level
@hitautodestruct wrote: When trying to retrieve an objects’ recalculated width the same width is returned regardless of zoom level. This happens when listening for the ChangedSelection event like so:...
View ArticleHow to fix the connection skew between two nearby nodes?
@ahmetgundogdu wrote: How to fix the connection skew between two nearby nodes? Untitled.png680×616 24.6 KB I am using go.Link.Bezier and it creates a bad image when the objects are too close My Link...
View ArticleMultiple spouses rendering problem
@kalyankodali wrote: multiple spouses with kids from different spouses do not render properly. attached is the screen shot does not matter how data is sorted and passed it always pushes spouse with...
View ArticleChanging the grid line Styles
@jothibaskaran wrote: Hi, I want to change the style of the default grid lines to this: I tried playing around with this as a reference: https://gojs.net/latest/samples/relationships.html But nothing...
View ArticleIntercept model changes?
@niclas wrote: I am looking at designing a cooperative edit application of a GraphLinksModel, and for that to make sense, I would like the “edit changes” to be intercepted, forwarded to the backend,...
View ArticleGetting the group (X,Y) position/location BEFORE it is collapsed
@Tany wrote: Hi, I would like to get the group (X,Y) position/location BEFORE it is collapsed, in order to set the group position/location after it is collapsed. Namely, when a group is collapsed, i...
View ArticleWhen setting the instrument scale, why is the graduatedtickunit value too...
@Yurnero wrote: Natural (go.Panel, "Graduated", { name: "SCALE", margin: 14, graduatedTickUnit: 0.02, graduatedMax:1, stretch: go.GraphObject.None // needed to avoid unnecessary re-measuring!!! }, new...
View ArticleUpgrade issues from 1.18.32 to 2.1.4
@gora wrote: Hi, Recently, I got the license key and style for Go JS version 2.1.x. After changing the license key and the style for the new go js version, I am facing some issues with the diagram...
View ArticleKeyboard focusable hyper link
@kartikdasani wrote: I am attempting to make use of the HyperlinkText.js extension in my code to create a hyperlink, I wanted to know if it is possible to make this hyperlink focusable via keyboard...
View ArticleCentering Cards in the Kanban example
@joepardi wrote: In the Kanban example online, is there a way to center the cards rather than left align them? https://gojs.net/latest/samples/kanban.html Thanks for a great library! Joe Posts: 3...
View ArticleExpanded and Closed Groups
@nachoxxhh wrote: A simple doubt, as it would be possible to indicate in the nodeDataArray[], if I want the group expanded or closed example: nodeDataArray: [ {“key”:1, “text”:“Node 1”,...
View ArticleIcon with optional text
@joepardi wrote: I am trying to build a nodeTemplate that displays an icon with optional text (see image below). If the text attribute is supplied, then it should render a corresponding TextBlock...
View ArticleImplementing nodes in a Rack with TableLayout
@Tany wrote: Hi, I need to implement a group which is a rack (container) that holds network nodes in it Like this : image.jpg349×810 62.3 KB I’ve tried to set the group layuout to TableLayout but the...
View ArticleParallel Layout error
@STM wrote: I was trying out the Parallel Layout provided at Parallel.html I have downloaded the js file that is mentioned on the link and then required the file in my project. Initialized it a...
View ArticleLayout links not understandable easily
@STM wrote: I am trying out layouts provided by gojs, and stuck at how to improve the representation. Here is my gojs model if you want the data { “class”: “go.GraphLinksModel”, “nodeKeyProperty”:...
View ArticleProblem with Group expand
@Klim wrote: Hi! I have problem with groups expand. I set isOngoing and isSubGraphExpanded for group. After opening group members are not displayed. Аннотация 2019-12-30 180851.png754×432 1.66 KB...
View ArticleWhen the node is close to the edge, context menu (go.HTMLInfo ) is under the...
@Nataly wrote: If the node is close to the edge context menu (go.HTMLInfo ) is under the edge. I have to make it close to the edge but not hidden under the edge. What is the best way to do it? Posts:...
View ArticlePort location in node template
@Tany wrote: Hi, I need to implement ports in the following device template : image.jpg980×219 78.1 KB For each port hole (marked with blue arrow) i would like to implement a yellow rectangle “port” I...
View ArticleOpen and Close Groups from an html button
@nachoxxhh wrote: One question, how can I open and close a group, from an HTML button, what properties should my groups have to make this possible? Posts: 2 Participants: 2 Read full topic
View ArticleGojs story for creating flow diagram
@peterloomia wrote: hii i am here, i want to create flow diagram builder to hep other hii i am here, i want to create flow diagram builder to hep other hii i am here, i want to create flow diagram...
View Article