Link reshaped points not loading when using gojs-react
I am having a problem where links that have been reshaped do not reload using the stored points, but go back to the default routing points. Overall my implementation looks a lot like the Dynamic Ports...
View ArticleIs it possible to set a node to be draggable by right mouse button and...
Is it possible and what is the proper approach to be able to move a node on a diagram canvas when holding a right button and draw a link from a node when holding the left button? I am trying to...
View ArticleHow to render RxJS component in GoJS node
image1159×1510 81.2 KB As shown in the above mockup, we have a rxJS component (shown in image with “vertical three ellipsis dot”). When user left click on it (not on mouse right click), a custom...
View ArticleLink jumpGap in combination with corners fail
A picture is worth a thousand words: I realize this fails because jumpGap is only applied to the straight segments, not to the curve. Can anything be done about it? 4 posts - 2 participants Read full...
View ArticleEmpty overview on initial toggle view
I’m using the overview zoom like in example https://gojs.net/latest/extensions/OverviewResizing.html difference is I have the overview on a toggle to hide/show. the first time I toggle to true, the...
View ArticleGroup Placeholder with padding amount bound to memberParts.count
Trying to achieve groups where the padding amount around members increase depending on how many members the group has. So in essence making Placeholder.padding bound to ...memberParts.count. It seems...
View ArticleHow do I add an icon where link connects?
I want to add an icon where a link connects to a node. As shown below: 捕获.PNG810×541 74.3 KB When a parent node has multiple child nodes, I need an icon that can only display but not click on the...
View ArticleDangling nodes automatically move to bottom side of the diagram
Hi, We are using go js for building diagrams and we enabled relinking in our diagrams. So when user attempts to relink a link, the disconnected node, automatically moves to the bottom side of the...
View ArticleGoJS version 2.1.31
Changes for 2.1.31 Fixed a regression since 2.1.30 where the library might not load in React or Angular environments, and a TypeError would be thrown. Fixed dragging of links connected with snapped...
View ArticleHow do we achieve accessibility(A11Y) in go js diagrams
So in our go js diagrams, we want to support various A11Y aspects such as - keyboard navigation, text alternatives for non-text content etc., More can be found at...
View ArticleNodes and edges within group node are misaligned when we drag the group node...
In our diagram we have a group node with go.TreeLayout, which can be expanded/ collapsed by clicking on a link. So when a few nodes are added to the group node, everything works fine. For instance,...
View ArticleSelect makes non-scrollable diagram scroll
I have a diagram with allowVerticalScroll: false If a user uses the select rubberband rectangle to select nodes, and gets too close to the top or bottom, the diagram will still scroll vertically. Can...
View ArticleHaving multiple links share the same turning point
Could you please help me in formatting the link, actually I want to show the node link as shown below in image 1, but it is showing in wrong format like shown in image2. Image 1 Image2- wrong format 6...
View ArticleHow to show tree structure on hover of node
How to show tree structure whenever we hover on some node like below image image663×614 67.7 KB As you can see in above image whenever user hovers on small icon shown on top of “A” and bottom of “A”,...
View ArticleNode selection adornment and link don't change their location when the node...
I have faced the fact that the positions of the selection and link don’t change dynamically after the node has been moved. I would expect they should redraw every time using new node coordinates right...
View ArticleSuitable diagram for sparsely and densely populated nodes in a table
Hi, I’m trying to connect fixed sized and positioned nodes (from https://gojs.net/latest/samples/absolute.html) inside an already built table layout in html, such that nodes are connected from column...
View ArticleHow to resize node`s elements?
Hello Walter, I created Node with two elements (Picture and TextBlock). I want resize Picture and TextBlock separately and Node totally, I found example with Part.resizeObjectName, but I can resize...
View ArticleCustomization link template for node linking
Hi, we want to achieve link functionality in our diagram as shown in the below figure-: image515×667 66.9 KB We have tried a few properties in our diagram to achieve the link functionality as shown in...
View ArticleCannot position node link
Please find the attached positioning format. which is in left side is in correct format, actually how do we move the node to keep it center? PositioningIssue802×477 18.9 KB 6 posts - 2 participants...
View ArticleHow to set Printers properties in Coding
Hi, I would like to know how to Change Printer Properties in coding. I have installed Printers on Dropdown Button please see the attached image . Thank you in advance 2 posts - 2 participants Read...
View Article