Links overlapping causes paths through the Tree to be confusing
@trey wrote: Hi all, I am trying to create a fairly simple decision tree shown below. Each node represents a simple yes or no decision. When following a path through the tree a user will end up at...
View ArticleGoJS Blazor C# update diagram with new c# class data
@darrylwolfaardt wrote: Please could I get some help with this, or pointed to the correct samples. I am evaluating GoJS for a project and really love it so far. I can get the core functionality...
View ArticleNode single click interrupts double click
@jcaruso wrote: My application requires that a user can single click and double click on a single node. Each click type provides different functionality. When I double click on the node both functions...
View ArticleHow to add scrollbar tree mapping to go.treelayout
@zamidev wrote: canvas1591×355 40.5 KB i have coding like this can someone help me, i already tried scrollinggrouplayout but it conflict with my go treelayout myDiagram.groupTemplate = $(go.Group,...
View ArticleLink Template not working for colour changes
@Bharath01 wrote: arrow colour is unable to change when i change the property of deletable diagram.linkTemplate = this.(go.Link, { curve: go.Link.Bezier, relinkableFrom: true, relinkableTo: true,...
View ArticleHow to update node location with multiple nodes
@mickeyt500 wrote: Hi Team GoJS, When adding a SVG node to the canvas from a palette, the location of all the SVGs reset to the original position. How do i maintain the last position for the SVG and...
View ArticleLink Template make two way does not work
@Bharath01 wrote: Hi, I was facing two issues in this code. i made it two way but when i update High property with another colour , it is not getting updated untill i use...
View ArticleCombine successive collapsed groups into one
@agillespie wrote: Wondering if there exists any prior art for what I’d like to implement. Long story short, I want to make an very large complex process map reducible to an arbitrarily small number...
View ArticleInspector class problem
@jsotom260298 wrote: Hi, I’m new using gojs and I wanted to use the class Inspector, but when I’m going to define an object of this class I got the next message on console: Uncaught ReferenceError:...
View ArticleRelink issue when set portId to empty string
@Jednorozec wrote: Hello, I tried to make my links to be able of relinking. After few moments searching forum, I decided to set portId of my ports to empty string. After that, I’m able to relink my...
View ArticleAuto Alignment of TextBlock at the center but within boundaries
@Abhishek wrote: I have a polygonal group for which I want its TextBlock to stay at the calculated center but within boundaries at all times, basically while creating and resizing. Currently I have...
View ArticleUndo Manager Time Consistency?
@Bharath01 wrote: Hi, just i made some transactions and leaved the screen for approx. 5 minutes and later i can’t undo the previous ones. can u please suggest? if i do the transactions continuously it...
View ArticleGoJS version 2.1.11
@walter wrote: Changes for 2.1.11 Fixed “Grid” Panels to ignore the order of shapes in the panel when considering whether a larger Shape.interval shape should suppress a smaller interval shape, or...
View ArticleCan Shape in selectionAdornmentTemplate be set as Port?
@Jednorozec wrote: Hello. I’ve got an issue to solve … I’ve got a 4 Ports on each side of a rectangular Node. The ports are showing themselves on hover, as shown below: (please, imagine there is a...
View ArticleIE browser with security disallowed to run active content
@ameyvgupte wrote: hi, will GoJS chart work on IE browser, if active content to run in file are not allowed? currently when the html page is opened in IE browser (version 11.x), getting a popup to...
View ArticleselectionChanged event and skipUndoManager
@Jednorozec wrote: Hello, I know there has been this topic a few time before. But I still can’t find out, why is my skipUndoManager not working properly. I’ve implemented a changedSelection event on...
View ArticleZoom animation calculations for zoomToRect
@Charles wrote: So after some looking around, it seems that there is no current zoomToRect functionality that handles animation. The diagram has a zoomToRect that does not animate, and commandHandler...
View ArticleSetting the layerName or ZOrder of all the nodes and links inside a group
@sramanuj007 wrote: Hi, I have a scenario, when a user click on a group in gojs, it should come in the Foreground layer and all it memebers as well like nodes an links and all the other groups must go...
View ArticleWarnings seen while adding adornment to link to put the link label to the front
@mithun wrote: Hi Walter, Is the warning seen expected? How to solve this? Here’s my adornment code for link : selectionAdornmentTemplate: $$(go.Adornment, { layerName: 'AdornmentLayer' },...
View ArticleResize a group based on number of nodes and links
@sramanuj007 wrote: Hi, I need to resize a group based on number of nodes & links in the group dynamically. The user can still drag the placeholder but on first load the group must be displaying...
View Article