Update node binding when data of other node changes
@Dominic.Lerbs wrote: Hello, let’s assume I have node data as follows: "nodeDataArray": [{ "id": 1 "category": "a", "value": 5 }, { "id": 2 "category": "b", } ] Now I would like to create a Binding...
View ArticleImplementation suggestions for complex swimlane diagram
@Dominic.Lerbs wrote: Hello, I need to implement a kind of swimlane diagram, however it is more complex than the swimlane example, as the swimlane has connections to other nodes: I’ll try to summarize...
View ArticleGojs compatibility issue with chrome
@diablo wrote: Met some problem with gojs 1.8.28 with chrome late version as 69.0.3497.58 that the words can’t be displayed. But it seems ok with chrome 54.0.2840.59. What’s wrong!!! We need help!...
View ArticleSpread itemArray items evenly along height
@turnert wrote: I have an item array which I want to spread evenly based on the height (to a minimum) of a panel - between the two blue lines: I’m using a template similar to the Thermometer one,...
View ArticleGoJS watermark suddenly appeared
@TricksterX wrote: Hi! Please, could you help me? I’ve notice that suddenly the GoJS watermark started showing on my application (localhost). Is there any possible causes, considering that I’ve not...
View ArticleIs it possible to set context menu transparency background?
@magic-overflow wrote: Is it possible to set context menu transparency background? I use svg shape as a menu and I want to have only svg shape. How can i change context menu background to...
View ArticleChange context menu name on event 'ObjectContextClicked'
@subhash.sheladia wrote: Hi, I want to rename my context menu name based on some condition. I have write ‘ObjectContextClicked’ event and i want to update context menu’s button name overhere. e.g. I...
View ArticleAchieving relational dynamics in genogram
@valentijnv wrote: Hello I am evaluating GoJS to use it for a genogram maker. The thing that I am missing here is the possibility to add relational dynamics like the red lines show in the image...
View ArticleAlice dissapears when focusing on Aaron in twins example
@valentijnv wrote: Hello I see that in the twinks example, when changing the focus in the code on the node 0, the node 1 dissapears. So in SetupDiagram i just change 4 to 0 here. 0 /* focus on this...
View ArticleIs it possible to use multiple routing in Genogram?
@prameela.dara wrote: Hi Walter, In genogram, I want to implement the code with different routings like Normal, AvoidsNodes to display the links differently. Is it possible to use like this? Please...
View ArticlechangedSelection event subject always null
@turnert wrote: I added a changeSelection handle to my diagram: private registerEvents() { this.diagram.addDiagramListener("ChangedSelection", (event) => this.onSelectionChanged(event)); } private...
View ArticleAnnouncing GoJS 2.0 Beta Release
@simon wrote: For 2.0, GoJS has undergone a rewrite into TypeScript. A source license will include .ts source files as well as .js sources, and examples of how to build the library into your project...
View ArticleNode doesn't have location when using Robot
@sarank9210 wrote: @walter Hi Walter, I’ve two questions to be clarified? What does a GraphObject represent - Diagram? Node? When I’m using the following function to programmatically click a node, I’m...
View ArticleHow to get go.Shape portId in onClick event
@dramxx wrote: Hello, Im willing to validate connection between 2 ports and Im having hard time detecting which port I clicked on, hopefully you can shed some light on it. Situation is: Im dropping...
View ArticleSet first value in choices GO js
@sparksdev wrote: Hello guys, I need set first value of my choice field , see below: My diagram is: https://gojs.net/latest/samples/flowchart.html, and when I make load this diagram, he don’t set...
View ArticleBinding *MaxLinks issues
@turnert wrote: I’m binding my fromMaxLinks and toMaxLinks in an itemTemplate to represent ports as I want to dynamically support changing the max number of links for a given port. ... new...
View ArticleLink node to its closest port
@opkeydev wrote: Hi, I want to link my node from link to its closest port while auto arranging the layout right now i am using this layout //#region LayeredDigraphLayout function ArrangingLDLayout() {...
View ArticleKanban board sorting
@mdsadullah718 wrote: am trying kanban board using go.js. i would like to sort the nodes based upon the key (new task should be displayed on top in each lane, old task follow). Even though i sort them...
View ArticleHow to Hide Tooltips Instantly
@biswa wrote: How to hide tooltips on click & drag a node in canvas? How to hide tooltips on click & drag a group in canvas? How to hide tooltips on drag a node? How do I achieve this ? Please...
View ArticleIs it possible to show deeper/child nodes on zooming?
@ozairsajid wrote: We would like to implement something similar to how google maps works. At initial load, the map would only show top level nodes. As the user zooms in, it would show deeper/child...
View Article