How to add a key to a link automatically?
@ellison wrote: It's possible to add keys links automatically, just like node? Posts: 2 Participants: 2 Read full topic
View ArticleHow to make a bidirectional link snap to the same path?
@kishore83 wrote: Hi, I am new to GoJS and I am creating an interactive diagram where user can drag and drop nodes and link them to each other and create diagrams of his choice. One of my requirement...
View ArticleGroup resizing
@niyamat wrote: I want resize a group but when i resize it a objects of that group is showing out side of group so a requirement is like resizing of group but it wont decrease at certain point where...
View ArticleAdd new empty group on button click
@MJ wrote: Hello, I want to add new empty group on button click. But only the textblock is added when the button is clicked. Here is my code. (I referenced this link,...
View ArticleFacing challenges to automate goJs canvas with protractor
@bhushan_pawar wrote: Hi, I am trying to test application under test having GoJS canvas on it with Protractor .I have seen already existing blogs and come across :...
View ArticleClarification on go.Part.containingGroup binding
@Yefim wrote: Hi,In all samples of grouping, diagram' nodes/parts data sets use an attribute "group" to refer to a containing group, without binding to "containingGroup" defined in related templates....
View ArticleGrid.elt() method
@OW wrote: I need help understanding the grid.elt() method. The documentation is lacking in this area. What does each of the objects in the elt list below refer to specifically?...
View ArticleHow to make an html based pallete
@Manisha wrote: Hi, I am having at present pallete where I have numbers of nodes design as: but as per my present design I want to categorize the nodes in group where each node represent a particular...
View ArticleAlignment changing after reopening the saved diagram
@utpal wrote: Hi , All I am facing an issue regarding the alignment change of GOJS diagrams.I am creating a workflow in GOJS by using groups,nodes and links and after that saving it. But when I am...
View ArticleHow can diagram layout itself only during the dragging and moving action?
@Ricecake wrote: When the layout.isOngoing is set to be "true". Diagram layout is always be updated even I just click on a single node. Is there a way to layout the diagram only during I drag and move...
View ArticleLinks Based Questions
@Gowrishankar wrote: How to restrict cyclic link between two nodes?ex: a->b, should not a <- b 2.How to restrict links between different groups? ex: Lane 1: a | should not allow Lane 2 : a3....
View ArticleAdding new node of another type when adding a node of other type in a group
@utpal wrote: Hi, Inside a group I am dropping a particular type of node(type A) which I am adding but along with that I also want to add another node(type B) whenever node of type A is dropped inside...
View ArticleDrawing links with elliptical arcs?
@david0 wrote: Hi, we're looking to be able to draw links between nodes with elliptical arcs, similarly to canvas' native ctx.arcTo(). Does go.js support any such thing? We could theoretically try to...
View ArticleLink that only stretch
@Mickey wrote: Hi, I have a question is there any example code of link computation that only stretch link route if there is a change of position of connecting nodes? I need to prevent link reshape by...
View ArticlePaste in one diagram from another diagram
@Santanu044 wrote: I am trying to paste from one diagram to another diagram.When i am pasting in same diagram, different guid is coming for the pasted node.but when coping in different diagram, same...
View ArticleUpdate all Nodes
@chinenyem wrote: After reading http://gojs.net/latest/intro/collections.html I tried to set multiple nodes at sequentially by looping over them. However I keep getting an error " Is that really your...
View ArticleHow to add scrollbar to the Textblock
@siddharth wrote: Hi, I want to add vertical scrollbar to the textblock. How can I achieve that? WIth Regards,Siddharth Ray Posts: 5 Participants: 2 Read full topic
View ArticleGenerate popup when we double click any object
@niyamat wrote: on doubleclick any object in the diagram it should show a popup with three option form1, form2, form3,and when we click any of the form it should show form detail regarding that...
View ArticleHow to add vertical scrollbar to the texarea
@siddharth wrote: Posts: 1 Participants: 1 Read full topic
View ArticleWhenever textblock is in editable mode (or when it is click) then node...
@siddharth wrote: whenever textblock is clicked and being edited the the other node position get changes. How can fix this problem that when text block is in editable mode it should change it...
View Article