go.Link.Bezier snap
@ahmetgundogdu wrote: I’m using gojs go.Link.Bezier. But I have some problems when using this link type. For example, when I link the link to the next note, the link does not become flat. As seen, it...
View ArticleForcedDirectedLayout nodes are shrinking after loading
@mithun wrote: Hi, I am using the ForcedDirectedLayout and I have bound the location to viewData using the following line : new go.Binding("location", "viewData",...
View ArticleGojs link fragmented on the beginning
@ahmetgundogdu wrote: My temporaryLink Template: go.Shape.defineArrowheadGeometry("CustomArrowHead",...
View ArticleGoJs and requireJs
@ee0jmt wrote: Hi, GoJs Version: 2.0.17 I am using GoJs within the durandal framework (which uses requirejs) It all works fine until the project is minimized and then I get an error stating gojs is...
View ArticleBroken Link in the doNoLink event
@ahmetgundogdu wrote: test.gif1348×688 443 KB link breaks in the doNoLink event. temporaryLink and linkTemplate edited by my previous topic doNoLink Event: doNoLink(fromnode?: go.Node, fromport?:...
View ArticleAdd link labels dynamically
@rashedkoutayni wrote: Hi, I have extended the link data array myDiagram.model.linkDataArray in the flowchart example by adding one additional column that contains the value of a link label. For...
View ArticleJump nodes with bezier curves
@jothibaskaran wrote: Hi, I am using bezier curves for linking the nodes in my diagram. I have not provided routing: jumpNodes since we had to maintain the shape of the bezier curve. This is my link...
View ArticleRemoving node does not update related nodes
@arjun-now wrote: Hello! This is my first post here. I tried googling but can not see anyone else asking this same question so here we go. In a tree diagram with nodes and links, I removed a node and...
View ArticleUncaught TypeError: Cannot read property 'class' of null
@ty wrote: Hi, Team! I built diagram and I’m getting this error: Uncaught TypeError: Cannot read property 'class' of null at Function.Z.fromJSON.Z.fromJson (go.js:1739) at...
View ArticleThe colors of the start and end arrows are darker
@ahmetgundogdu wrote: The colors of the start and end arrows are darker. such an image occurs when I look away What do you think is the reason for this? such a problem does not appear when I zoom...
View ArticleLink Bezier link label not center
@ahmetgundogdu wrote: What I did I could not center the link tag How do I center Label ? Untitled.png883×328 22.5 KB My linkTemplate : this.diagram.linkTemplate = goMake(go.Link, { curve:...
View ArticleGeo path relative coordinates
@Abhishek wrote: Hi, End goal don’t want to create a part using polygon drawing tool which can overlap on each other hence on creation I want to check if the bounds intersect with any other existing...
View ArticleCustom Diagram Event
@Abhishek wrote: Hi @walter Is there a way to raise a custom diagram event. Posts: 4 Participants: 2 Read full topic
View ArticleSwim lane max-width
@andrei wrote: Hello, I’m using the swim lanes example for a diagram https://gojs.net/latest/samples/swimLanes.html I need to build a really wide diagram, but the lane max-width seems to be 9999 Is...
View ArticleTransparency on tool layer
@jothibaskaran wrote: Hi, When im dragging a node from the palette onto the diagram I want it to have an opacity of 0.5 until I drop it. I achieved that by using diagram.findLayer(‘Tool’).opacity =...
View ArticleHighlighting the nearest port to a link
@jothibaskaran wrote: Hi, When I draw a link from one node’s output port to the next node’s input port, I want the port and the link arrowhead to be highlighted when they come in close proximity. I...
View ArticleShow and Hide Bubble (attached to a node/group on the Canvas) where the...
@STMax wrote: Hi GoJS Team, We would like to achieve the functionality as shown in the attached image: Show and hide bubble with list of nodes/shapes/parts should be able to drag and drop each node...
View ArticleFix the node position
@sibisasvin wrote: I have write a click event that will create a new node. The problem is I can’t able to place the node in a particular position. It always ended up in the last of the tree as an...
View ArticleAnnouncing GoJS 2.1 Beta Release
@simon wrote: GoJS 2.1 Beta Available at: https://gojs.net/beta Install with npm: npm i gojs@beta New Animation Capabilities GoJS 2.1 contains a number of new features to animate different components...
View ArticleLayout and coordinates for simultaneous use
@saraLis wrote: When the page loads, I used coordinate loading (isinitial=false,isongoing=false). When the loading is complete, I want to use gridlayout(isiinitial=true), but it doesn’t work. Posts: 1...
View Article