Tooltip values are transfered from one element to another
@Tany wrote: Hi, I have a link tooltip that shows 4 values of a link.Not all links have all 4 values. Some have only 3. When i move the mouse over a link with 4 values, it shows all 4 values, but then...
View ArticleLimiting the zoom in and zoom out
@AmoghRaghuram wrote: Currently, we can zoom-in and zoom-out as much as we want. I wanted to limit the zoom-in and zoom-out for the user. We wanted to know if it is this possible in GoJS and how we...
View ArticleHow to get group data after creation
@colby wrote: How to get group data after creating using myDiagram.commandHandler.groupSelection(); We are using var data = myDiagram.model.findNodeDataForKey(6); We are getting null value. After...
View ArticleCycleFromLayers missing from go.LayeredDigraphLayout
@racouster wrote: CycleFromLayers is in the documenation: CycleFromLayers What happened to it? go.LayeredDigraphLayout.CycleFromLayers e.g.: layout: $(go.LayeredDigraphLayout, { cycleRemoveOption:...
View ArticleTypescript examples and training videos
@jess wrote: Hi, I see several examples using JavaScript, but your site says you support TypeScript. Can you please direct me to some examples using Typescript. Specifically we are looking at the tree...
View ArticleHow to get the total count of Nodes on Diagram
@ram4unetcore wrote: I have a diagram with some n-number of Nodes, Is there a method to get the total counts\ of the nodes present in the diagram also I need to call this method in a listener which...
View ArticleMoving nodes sequentially?
@neomib wrote: I managed to achieve what I wanted… I’m still having a problem with positioning… My code:...
View ArticleHelp with library GoJs
@lsinchiguano12 wrote: Good morning, I am developing an application to create class diagrams but I have a problem. How can I add the methods and attributes of a modal? I already captured everything,...
View ArticleCreate links between only between specific nodes
@sonal.naidu23 wrote: How do i allow to create link only between some specific kind of nodes, Eg: “START” and “CONDITIONAL” but not between “Step”/“End” and “CONDITIONAL” nodes in a flowchart, in a...
View ArticleUnable to create T to T or B to B link manually but able to programmatically
@liujohnson118 wrote: Hi, In looking at the flow diagram example at https://gojs.net/latest/samples/flowchart.html, if I place 2 nodes (e.g. “Bake for 25 minutes and let cool” and “cut into...
View ArticleDropdown creation using GoJS
@nitin291989 wrote: How can a dropdown selection box be created using GoJS, for selection a value from the available set of values as shown in below snapshot (in red box) Initial value = Default Other...
View ArticleHow to disable the Zoom-In and Zoom-out or Scaling disabled for a palette
@ram4unetcore wrote: I have a palette with Nodes in It, How can I disabled the property of Zoom in and Zoom out. Because when I use the mouse of my Laptop, Sometimes while selecting If I pinch the...
View ArticleLink label Z order
@uriel wrote: in the state chart demo there is a label on the link. https://gojs.net/latest/samples/stateChart.html when the user select the link the link line hides part of the label, How can I make...
View ArticleHow to group set of panels
@eyalw wrote: Hi, Is there a way to group table panels into groups? I have some table panels in my graph and I want to group some of them together. In the documentation there is only a way to group...
View ArticleGoJS version 2.0.15
@simon wrote: Changes for 2.0.15 Link JumpOver fixes. Fixed an animation bug where some Model loading events might not respect the value of AnimationManager.isInitial. Fixed a bug with...
View ArticleHow can I call a modal from a context menu located on the canvas?
@lsinchiguano12 wrote: Good evening, greetings from Ecuador. I am trying to call a form that is within a modal. I want to run it from one of the options in the context menu inside the canvas. Posts: 1...
View ArticleGOJS Tree View Scoll diagram when moving node from one parent to another
@Rajeshpatil74 wrote: I am using gojs diagram to display nodes in Tree Layout. In my tree layout the functionality is implemented to change the parent of nodes using drag-drop events. The problem with...
View ArticleHow to manage custom node rotation & group rotation?
@colby wrote: How to manage custom node rotation & group rotation? How to implement both node & group rotation using GroupRotatingTool.js? Can you provide an example of that. We check...
View ArticleDouble tree partial layout
@zekelynch wrote: Hello! Again, it is about the double tree layout… We try to modify the tree layout dynamically(after the layout has been set): we need to remove some nodes and then partially...
View ArticleLarge diagram dimensions having serious performance impact
@JoyalToTheWorld wrote: I have recently run into some serious performance issues (whole page freezes for a minute or two before blowing the call stack). After getting the diagram to render following...
View Article