Placement guides to see alignment
@zamehan wrote: Hello, I cam comparing multiple diagram solutions and I would like to know if gojs has the ability to show placement guides to see if nodes are well aligned with each other when moving...
View ArticleLink Direction between ports
@Tany wrote: Hi, I’m trying to connect links between ports, I set the toSpot/fromSpot to “Allsides”, but the ports are connected from the wrong direction (red arrow) : . Any ideas ? Posts: 4...
View ArticleWay to convert SVG to Geometry?
@estesbubba wrote: Our node templates have a core set of icons which are created using Geometry.parse() and put into a Shape. We also allow our customers to customize the icons using SVG’s which are...
View ArticleInside Parts shouldn't move on Group resize
@Abhishek wrote: Hi, I am using resizable group template and placing some part inside it but on resizing the group from right size it works fine and group resizes without interfering with the parts...
View ArticleDrawing Links while setsPortSpots to false
@Monomoy wrote: I need to create a layout & functionality similar to orgChartEditor sample. But instead of tree I had to choose LayeredDigraphLayout as one node can have multiple “to links” &...
View ArticleLink configuration from node - to node without linking
@peddikishore wrote: I made a sample layout similar to orgChartEditor. I have a scenario where I want to restrict nodes from having multiple ports. For example I have nodes A, B, C, D, E etc and i...
View ArticlescrollMode: go.Diagram.InfiniteScroll Infinite rolling problem
@Yurnero wrote: Hello Enable infinite scrolling. Can scroll bars be displayed when zooming? scale:1, minScale:0.15, maxScale:3.0, allowZoom: true, scrollMode: go.Diagram.InfiniteScroll, Posts: 1...
View ArticleAlternative to `rebuildParts` for just recalling the method bindings
@ciprianmocanu_servicenow wrote: Is there a way that I can make the diagram rerun all the binding methods (for nodes and links), like this one: new Binding('', '', (data, obj) => { obj.visible =...
View ArticleGoJS 2.1.5 Released
@simon wrote: Changes for 2.1.5 Added VirtualizedPacked sample, which demonstrates a custom layout for large graphs of nested groups, defined in VirtualizedPackedLayout.ts. (Source is TS only) Fixed...
View ArticleExtending Dynamic Ports Link Routing Overlapping Issue
@cbh wrote: Hi All. I am extending the Dynamic Ports example and am having trouble understanding the link routing. See the attached image. I need the horizontal routes to not overlap. I am using...
View ArticleAdd, edit and save in IVR tree
@andrea wrote: Hi, Is there a way to add nodes,link, edit the existing nodes and save the final in to JSON in https://gojs.net/latest/samples/IVRtree.html I am looking for something like...
View ArticleChange in within a transaction error debug mode
@ahmetgundogdu wrote: debug mode Returns a change in within a transaction error. Is this a problem? I’ve shared node template below How do I resolve these alerts? Untitled.png1920×1040 121 KB My Node...
View ArticleHandle to Duplicate component
@jothibaskaran wrote: Hi, I have a scenario where I should be able to Duplicate a component on my diagram. I achieved it by using the command handler’s copySelection and pasteSelection as shown below:...
View ArticleIs there a way to add a label to the Zoom Slider?
@rkissoon wrote: Hi, I need to add a label that says ‘100%’ just above the ‘+’ button on a vertical Zoom Slider we use in our diagram. I can edit the HTML manually in DevTools to make this happen...
View ArticleHow to pass node key to checkbox doClick
@jacka1993 wrote: Hi there, I have a number of nodes in a diagram and each node contains a single checkbox used to “complete” the node. When I click the checkbox, I am able to use the doClick method...
View ArticleRefresh gojs diagram within same DIV
@sillyMredul wrote: Hello, I have a ‘script’ tab beside ‘graph’ tab were I am drawing a gojs diagram based on the content in script tab. It works fine for the first time. But while I change something...
View ArticleKeyboard focusable hyper link
@kartikdasani wrote: I am attempting to make use of the HyperlinkText.js extension in my code to create a hyperlink, I wanted to know if it is possible to make this hyperlink focusable via keyboard...
View ArticleReturn link data based on some key
@h.jafari wrote: Hello, I want to select/find links based on some key and then modify those link colors accordingly. To find related links, Is there any example codes to return link data based on some...
View ArticleRecieve error when referencing 'gojs/extensionsTS/RadialLayout' from ReactJS...
@dangerdarren wrote: Hi, I receive a error when referencing ‘gojs/extensionsTS/RadialLayout’ from ReactJS Project. The error is Error: Cannot find module ‘…/release/go’. I’ve seen some references to...
View ArticleAdd a node to a group which has a different layout
@scoy wrote: I am trying to add an error type node to a group that contains multiple other children task nodes with padding around the task nodes. The error node belongs to the same group as the task...
View Article