Sort Nodes in LayeredDigraph Layout
I have a LayeredDiagraph layout structure of my organizational chart, and each node can have multiple childs of different catergory. I want to sort the child nodes according to category or name. Is...
View ArticleUpdate link routing after model change
I’m not sure if I have discovered a bug or I’m doing something wrong but if try to update link routing after a model is changed and fully rendered, the links are not updated unless I move a node a...
View ArticleTable Layout rowspan and columnSpan
I want to make the various planogram designs using the tablelayout.js. How can we achieve it . Later i have to add the drag and drop functionality too in the cells. I was trying with the normal table...
View ArticleGoJS is undefined in second Aura component when used in multiple components
We’re using GoJS in two separate Aura components, each loading the library via ltng:require. The first component works, but the second fails with go is undefined. Is this due to script scoping or a...
View ArticleMake Bands/Swim Lanes Static for BandedLDLayout
Hello, I have a gojs diagram (more like an organizational chart), in which each layer is separated with Bands or Swim lanes. Like this:- Each swim lane have headers defined, like B1, B2 and B3. Now...
View ArticleIs it possible to make the connections coming from or going to the TopRight...
In our produce we allow to create links between corners. However, in this case they look not consistent, they are not rounded as the rest of the connection. Is there a way to fix it? <!DOCTYPE...
View ArticleGoJS 3.0.24 released
Changes for 3.0.24 Fixed an error in ForceDirectedLayout which previously caused some graphs with few nodes to be drawn sub-optimally. 2 posts - 1 participant Read full topic
View ArticleIs it possible to show adornment outside of the node on hover?
Hi, I found a good example of how to show adornment buttons for the node. gojs.net Selection Adornment Showing Buttons for Nodes When a diagram node is selected show a selection Adornment holding...
View ArticleAnimation Live Update
Hi GoJS team, I’m working with go.Animation to animate strokeDashOffset on a Shape representing flow in a pipe. I want to dynamically adjust the animation speed when the value changes, and I’m trying...
View ArticleIssue with Link Key Handling in GoJS 3.x After Upgrade from 2.x
Hi @walter, We recently upgraded from GoJS 2.x to 3.x, and encountered a change in behavior regarding link keys and how they are handled during runtime updates. Scenario in GoJS 2.x: When a link is...
View ArticleApproach for Interactive Venn Diagram
Hi, I have a question about implementing an interactive venn diagram in GoJS. Before going too far down one approach, I wanted to ask here for some guidance. The screenshot of the UX is below. The...
View ArticleVending layout and drawers layout
I want to create the layout for this, For vending machine, even I can change the width of the coil position, i can even change the height of the each panel. What strategy will you be suggesting? For...
View ArticleAligning different size nodes in same level
Hello, I have this gojs diagram in which nodes can be of different sizes. The problem is these nodes can be siblings (I have a tree chart). So, when links are generated, due to different in sizing,...
View ArticledoModelChanged called before commitTransaction
In our application we’re running into performance issues when loading in big nodeDataArray(s) or linkDataArray(s), while diving into the performance tab of google chrome I notice that doModelChanged...
View ArticleGojs Zoom Issue
I want the HTML box to zoom along with my diagram when I zoom in. Currently, the HTML box does not zoom. Please make it zoom as well. Alternatively, you can add a scrollbar to my node. <!DOCTYPE...
View ArticleMove multiple nodes togheter
Hi, I have a graph like this one: I need to center vertically the last three nodes: The Layout is custom, I have the central point and I know how to center one of the nodes using the move function,...
View ArticleGojsAngularModule not available in Latest angular
Good day to you. I am having problems with my angular 19 app with GoJSAngular Module. It says: Module ‘“gojs-angular”’ has no exported member ‘GojsAngularModule’ Here are my current versions:...
View ArticleGoJS 3.0.23 "ViewPoint" property of InputEvent as Readonly
Hello, I’ve been working on upgrading our code to use the latest GoJS version. We are utilizing the Robot class for testing and it looks like it’s intention is to set “viewPoint” property of...
View ArticleArrow keys Keyboard Event
I am trying to capture the keydown event for the arrow keys instead of getting the event of canvas is get moved but in the keydown I didn’t get event but the same arrow event i am getting in the keyup...
View ArticleObject location when zooming in/out
I have an html element which renders at the bottom left corner of an object when it’s clicked and I’m trying to make it stick to the object when the canvas is panned or zoomed. The code I have works...
View ArticleGrouping transactions for undo/redo
Hi. I’m trying to figure out the best way to “group” transactions for undo/redo. Right now, our app is setup to add a node, and add a bottom ornament after we do some processing (like, 50ms later)....
View ArticleGoJS 3.1 Beta has been released
GoJS 3.1 Beta has been released: https://gojs.net/beta/ https://gojs.net/beta/changelog.html You can install the Beta via NPM with the “beta” tag: npm i gojs@beta We welcome all feedback and feature...
View ArticleLinks adornment
Hi, We would to implement “secondary” connections between nodes based on some criteria. In our case criteria is following: if node is using data from another node we need to draw link between them....
View ArticleInconsistent Connection Distribution Between Node and Side Ports
Problem : In the diagram, connections can be made through two different ports: One port allows connecting to the entire node. The other port is for connecting to a specific side of the node. The issue...
View ArticlePositions inside groups
(topic deleted by author) 1 post - 1 participant Read full topic
View Article