Unable 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 ArticleChange position in palette
@usernh wrote: Hello. Can I change this behavior? Demo - https://streamable.com/7bnrd I see examples and don’t find solution. Example code: myPalette = $(go.Palette, "myPaletteDiv", // must name or...
View ArticleGoJS version 2.0.4 and 1.8.38
@simon wrote: Changes for 2.0.4 Fixed the TypeScript declaration of GraphObject.make to allow an HTMLDivElement as an argument when building a Diagram. Also added some type overloads of that function...
View ArticleEdit Next TextBlock when Hitting Tab & Change Textarea to Match the Size of...
@dustinormond wrote: I have two questions: Is it possible to use tab to move to the next textblock when editing text? For example in the image below, I want to start editing the word VARCHAR after...
View ArticleParallel links between groups
@Tany wrote: Hi, Suppose that i have several links between two groups. How can i force GOJS, NOT to group them into a “thick” line, but to remain parallel between the groups ? Posts: 2 Participants: 2...
View ArticleTable panel overlaps or goes in background of other nodes
@sjcatch wrote: Hi On click of text block of a table row, I am showing extra rows. But it goes in the background or overlaps to other nodes. I dont want to see this behaviour rather I would like to...
View ArticleGojs deploy license
@tri wrote: Hi, I have a stupid question regarding the license. I already put license string into my code. In localhost, it works well. But don’t know why I still got the un-license message on deploy...
View ArticleAbsolute Part location/position
@Tany wrote: I noticed that sometimes the X or Y position values of a node are negative. I believe that the negative value is relative to…? How can i get the node absolute (X,Y) values within a...
View ArticleTree Mapper tree Level Query
@no_one345 wrote: i m working on a diagram using tree mapper as base of my diagram https://gojs.net/latest/samples/treeMapper.html i need to know is there a way to make the trees in both groups to be...
View ArticleOrgChart Editor with Angular code errors
@striker93 wrote: Hi Everyone , I’ve integrated OrgChart editor with angular but I’ve got many errors , not Typescript errors but it’s about some properties and Types I don’t know what to do in this...
View ArticleCustomize links template
@jokl wrote: How can I limit the linkTemplate to certain objects. I have 3 objects - A, B, C. Valid links: A -> B B -> A B -> C Can I create my own type of link for each object with a...
View ArticleIssue displaying svg
@sjcatch wrote: I am trying to display gif and svg dynamically using same code below $(go.Picture, { alignment: go.Spot.Left, row: 11, column: 0, columnSpan: 2, desiredSize: new go.Size(16, 16),...
View ArticleKnowing completion of diagram layout change
@dreamweiver wrote: Hi Team/Walter, I am working on a GoJs Diagram with dynamic layout change feature and I want to know if there is any DiagramEvent that gets triggered after the change of diagram...
View Article