Binding to ofObject() in itemArray
@cbh wrote: I am using the Dynamic Ports sample and want to show the top ports only when the node is selected.This is just an example if the issue I face but it illustrates the problem.I am trying to...
View ArticleHow to get nodeData from frompart?
@llian wrote: hello,Now I want to click on the element to get the nodeData of FormPart. How do I get it? image.png841x307 7.17 KB Posts: 1 Participants: 1 Read full topic
View ArticleUsing robot.js to simulate clicks, why does text count more and it doesn't work?
@llian wrote: image.png867x319 19 KB I think it may be loc.x + 10, loc.y + 10, 0, parameter problem, but I don't know how to change it. Thank you for giving the answers Posts: 2 Participants: 2 Read...
View ArticlegoJS context menu copying over to other links
@sa12 wrote: Hey guys, So I have created a context menu on my link template in order to show information on a right click. I'm not using the context menu for anything else other than displaying info...
View ArticleAccessibility - Narrator reading canvas alternate text
@parask wrote: I am using windows narrator in scan mode. Using arrow keys when I move the focus to GoJS diagram, the narrator first recognizes the element as image and then reads the following:"This...
View ArticleHello, I want to change the value of node data dynamically through the...
@llian wrote: image.png1117x456 15.8 KBHello, I want to change the value of node data dynamically through the setDataProperty attribute.I wrote the change event on the right and then changed the node...
View ArticleHow to stop changing selection when dragging the node?
@weng wrote: When I dragged the node, the node was selected. Is it possible to prevent the node from being selected? I need that the node is selected when it is clicked, the action that will emit the...
View ArticleWhat is the return type of Link.toNode?
@sabbarfatima wrote: i want to display only the name of the node but i cant use the link.toNode with a substring function ? What is the return type of the link.toNode ? Posts: 5 Participants: 2 Read...
View ArticleHow link text in gojs tournament diagram
@salione wrote: I use gojs tournament digram, but I can't active text on box visit https://github.com/NorthwoodsSoftware/GoJS/blob/master/samples/tournament.html visit...
View ArticleStopping Deletion event
@jose_vi wrote: Hi, We are struggling on how to stop a deletion event.We have added a Listener to SelectionDeleting but we don't know how to stop it. Please, any suggestion to resolve this matter?...
View ArticleaddArrayItem duplicating values?
@d.sarmiento wrote: Hi, Within my main model object I have an array that must be unique and this array is, of course linked to a panel that will show the contents of this array. Since the array must...
View ArticleUpdating all nodes with shared references
@d.sarmiento wrote: Hi,I have several nodes that share a reference to an element in an array (see below). How can I update sharedObj so Node1 and Node2 reflect the changes? sharedObj={foo:...
View ArticleHow to fixed group position wen group add to group?
@meishadevs wrote: When I add a group to the group, the group will move to the lower right corner. How can I fix the position of the group? add one group 1.png878x615 26.4 KB add two group...
View ArticleHow to not exchange the location of a node in a group
@meishadevs wrote: When adding a node to a group, when adding to the third row, the position of the node will be exchanged once for each additional node. How to make the nodes in the group not to...
View ArticleStyling point handles on links
@nmfa wrote: Hi, I might well be missin it the docs somewhere, but I can't find how the point handles styling can be adjusted, eg: colour, strokeWidth, etc. Where do I need to go to alter these?...
View ArticleHow to avoid overlapping links
@ascotti wrote: Hi. I need to create a graph where there is a sequence of nodes 10, 20, 30, 40, 50 and each node depends on all predecessors. For example node 10 is a predecessor for 20, 30, 40 and...
View ArticleGoJS version 1.8.21
@simon wrote: Fixed an issue setting certain cursors as the Diagram.currentCursor on webkit based browsers. Fixed a bug where updating the Link.fromShortLength or Link.toShortLength weren't properly...
View ArticleChange link category after undo a deletion
@plutohg wrote: Hi, i have recently have a problem after i delete a link and undo the deletion, at this stage i cannot change link category anymore, where i use...
View ArticleDrag and Drop SVG Icon
@Malli1231 wrote: Hi..I'm not able to drag and drop the SVG Icon.Please help me to solve this Issue. import {Component, ElementRef, AfterViewInit, ViewChild} from '@angular/core';import * as go from...
View ArticleGridLayout rendering
@lfrederic wrote: Hi, We are looking for a layout that would arrange a dynamic collection of group nodes in a grid constrained by a number of columns and a maximum pixel width. We naturally gravitated...
View Article