Upgrading gojs from v 1.8 to 2.0 +
@ram4unetcore wrote: I have an existing gojs code base which is on version 1.8 , i wanted to upgrade to version 2.0 or higher because it has some features that i require also what would be other...
View ArticleShadow not applying on groups
@no_one345 wrote: i m working on a diagram where i need shadow on group templates but it is not working in case of groups my group template is this.diagram.groupTemplate = Go(go.Group, "Auto", {...
View ArticlePrevent reevaluating of table bindings when location of node is modified
@Dominic.Lerbs wrote: Hello, I have modified the Add or Remove Columns example and added a two-way binding on the node location: https://codepen.io/dominic-simplan/pen/MWYMQgO?editors=1010 Now,...
View ArticleSwim Lane resize - keep the resize adornment in view
@andrei wrote: Hello, I’m using the swimlanes example for my diagram. Is there a way to keep the resize adornment in the view when I resize the diagram horizontally? The actual behaviour...
View ArticleJumper Link Template
@Tany wrote: Hi, I’m trying to implement a “jumper” link as follows : IMG_20200202_141655.jpg2553×881 261 KB I tried to implement custom shape but without success. Please advise. Tany Posts: 2...
View ArticleSetting background color on RowColumnDefinition decreases border width
@Dominic.Lerbs wrote: Hi, If the RowColumnDefinition in a tablePanel has a background color, the border width seems to be smaller than in the rest of the table:...
View ArticleTextBock and Picture overlap despite opposite alignments
@no_one345 wrote: i have another problem in the same template the button overlaps the text when text is larger how to handle that Posts: 2 Participants: 2 Read full topic
View ArticleShape label on link placement
@zamehan wrote: Hello, On the page devoted to labels https://gojs.net/latest/intro/linkLabels.html, it is only specified the placement of written labels on the link but not shape label on the link....
View Articlediagram.model.removeLinkData not working
@tommybernaciak wrote: Hi, I have finally an issue I can’t overcome even with docs so I need to ask here. In my application, I have functionality that allows the user to drop the diagram node on...
View ArticleClick binding not working in selection Adornment
@no_one345 wrote: i m using a picture and bound a click on that but it doesnot work it was working on button but not on a picture Posts: 2 Participants: 2 Read full topic
View ArticleIssue when copying a collection with non-copyable node
@Dominic.Lerbs wrote: Hello, two questions regarding this example (the Delta node is set to copyable=false): https://codepen.io/dominic-simplan/pen/dyobOpQ?editors=1010 If I select all elements, copy...
View ArticleDelete linked nodes when deleting a node
@Dominic.Lerbs wrote: Hi, When the user deletes a node, I want to go through the existing links and possibly delete some connected nodes as well. Can I use the SelectionDeleting event for this and...
View ArticleI want to color node based on certain condition
@ram4unetcore wrote: i am having id of nodes (key) , i want to highlight those node, for empty node the same condition works fine. ex : checkEmptyNodes() { const emptyNodes = []; const diagDetails =...
View ArticleLinkShifting - snap to grid
@andrei wrote: Hi, I’m using SnapLinkReshaping tool and LinkShifting tool in my diagram. I added some code from SnapLinkReshaping to LinkShifting so it snaps to grid when I change link position. I...
View ArticleGoJS version 2.1.8
@walter wrote: Changes for 2.1.8 Added the Game of Life cellular automation sample. You can improve the performance of an Overview that is observing a large diagram with a visible Diagram.grid by...
View ArticleHow to draw this kind of figure
@lutz wrote: a.How to draw this kind of figure. All nodes are of equal width. Rounded rectangle with Icon. b. Complex tips 1.HTML implementation of tooltips, go.HTML c. Complex group Is the expanded...
View ArticleChanging text in node
@ram4unetcore wrote: do you know any way to get name or a text inside the node, like say a node at definition was called wait then where how can i find the word text , using diagram . please this must...
View ArticleRefresh or reload entire diagram after certan operation
@ram4unetcore wrote: is there a simple way to refresh or reload entire diagram after certain changes so far i have tried diagram.updateAllRelationshipsFromData(); diagram.updateAllTargetBindings();...
View ArticleTreeLayout StyleRootOnly root nodes overlapping
@Valerii wrote: Hello! Cant find a solution. We have a diagram with TreeLayout, and it must looks like this: 3.jpg2482×538 92.8 KB Setup is: this.contentAlignment = go.Spot.TopLeft; // Diagram align...
View Article`zoomToFit` called twice in a row causes slightly different zoom levels
@nikzb wrote: I have a search feature that calls diagram.zoomToFit(); when a user submits a search query. This results in the whole diagram being visible. The strange thing is that if the user...
View Article