How to move a outer element to GoJs Diagram Canvas?
@gustavocastro wrote: There is an operation that needs to be done that involves dragging a component from JsTree to the GoJS. We tried to use Robot.js but this envolves only GoJs Diagram Elements. How...
View ArticleToolbar for Links
@vorant wrote: Is there a way to create Toolbar for Links?Something like this I've tried to use this example https://gojs.net/latest/samples/adornmentButtons.html but I didn't manage to do this....
View ArticleGoGeneral node port positioning
@Srikar143 wrote: Hi, Can any one help me out, how to keep input ports at right side and out ports at left side of a GoGeneral node. Posts: 1 Participants: 1 Read full topic
View ArticleTournament data
@heardofdezz wrote: Currntly working on the tournament bracket,trying to make a bracket that saves the scores being entered. main issue is im trying to ccreate a submit button within my tournament...
View ArticleRounded Rectangle "parameter1" not working without an invisible dummy shape
@ar27111994 wrote: Hi, please help regarding inconsistent behavior of gojs Rounded Rectangle "parameter1" property (used for specifying border-radius). We cannot get a border radius working on our...
View ArticleDisable a touch pad behavior
@JasonLee12345 wrote: I'm now using mac to develop a gojs application. Notice that I can use touch pad with two fingers to move the viewport on the diagram. Seems like it's a default feature. Is there...
View ArticleLinks Can't Find Ports
@pany wrote: Everything was OK when initially given sources, then the connection was made after creating a new GoDiagram object and looking at the very beginning of that picture....
View ArticleSquare layout
@3q wrote: Similar to the circular layout, I want to customize a square layout, how should I operate? Posts: 2 Participants: 2 Read full topic
View ArticleWhy node not related to another node, but iterable in findTreeChildrenNodes
@Jashka wrote: Why node not related to another node, but iterable in findTreeChildrenNodes node a, related to c node and d, but not to b console logend node Finish Start : a : c : e : g : Finishend...
View ArticleMouse wheel not working on scrollbar when diagram doesn't have focus
@chali wrote: Hi, My company is using GoJS version 1.7.11. Recently we've found that we can't scroll the diagram using the mouse wheel if the diagram isn't focused. The scrollbar will move, but...
View ArticleGeometry.parse() works but then calling normalize() causes exception
@estesbubba wrote: I have a simple path and want to normalize it so it's centered. Here is the code where I create it and normalize it (the React StartIcon isn't used in GoJS). const paths = ['M6 4l20...
View ArticleHow to conditionally display a TextBlock?
@mutt_1924 wrote: Imagine you have a node with a TextBlock for the "heading", and then for the case where there is additional info you want to add for the "body text" below the heading, you have a...
View ArticleLinks Can't Find Ports
@pany wrote: Everything was OK when initially given sources, then the connection was made after creating a new GoDiagram object and looking at the very beginning of that picture....
View ArticleHow do locked graphObjects
@ahmetgundogdu wrote: i want locking objects.any object or selection list.I not want move or resize or undomanager or command handler events for locked objects .How to create this state ? Posts: 1...
View ArticleHow selectable and resizable textblock?
@ahmetgundogdu wrote: Hello i use the nodeLabelDraggingTool https://gojs.net/latest/extensions/NodeLabelDragging.html i want nodelabel select and resize.how can I do that ?I have almost the same...
View ArticleGoJS version 1.8.15
@walter wrote: Link Adornments can now be of any Panel type. They are still forced into the type Panel.Link if the Part.selectionObjectName is unspecified or is an empty string, or if it refers to the...
View ArticleHow to re-implement event callback for clicking outside of custom text editor
@HJOON.KIM wrote: I implemented custom text editor for particular node.It opens a (bootstrap) dialog and the dialog has 'cancel', 'save' buttons.Gojs update node text that I modified in the custom...
View Article为什么我的TreeExpanderButton不能正常工作
@wenbi wrote: 现在,我想测试一下TreeExpanderButton的功能,但是现在它报错了,这是怎么回事呢 image.png992x269 10.3 KB image.png1055x169 13.2 KB Posts: 2 Participants: 1 Read full topic
View ArticleHow to use ParallelLayout without group?
@qwe852147 wrote: I want to use ParallelLayout to show my data which will have more split and merge (Pairs) but I don't want to use group within graph. Posts: 2 Participants: 2 Read full topic
View ArticleCan I control some node expand/collapse while others not?
@xiaoideasss wrote: for example, I want to just make leaf2 to collapse when initialize (other nodes expand ). so I add isTreeExpanded: false to leaf2 object.But it does not take effect, can anyone...
View Article