How 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: 3 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 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 ArticleBig Diagram are loading slow?
@JP wrote: Hi, We have a custom class for Link and temporary link(CustomLinkingTool) to compute the straight line. This causing the diagram to load too slow and some times browser is hanging. I was...
View ArticleContext Menu for programaticallly created elements
@JP wrote: Hi,Is it possible to create context menu for programmatically created HTML Elements using javascript: var divElem = document.createElement("div");id="contextMenu3"className="contextMenu"var...
View ArticleResize multiple shapes in a node proportionally
@yvarshney wrote: Hi I am having multiple shapes in a node for instance consider the example here, but unlike what is done there I want all the three circles to resize by the same amout just by...
View ArticleNodes getting disarranged
@Manisha wrote: Hi,I am having an group template with nodes as shown: but when I am deleting the links between the nodes and submitting it as shown:the nodes are getting disarranged as shown: how to...
View ArticleCustom logic for positioning link labels
@david0 wrote: Hi, I would like for users to be able to drag link label nodes, and then recalculate a link's bezier points based on the new position of the label node. It appears that the other way...
View ArticleLink aware of its nodes
@Mickey wrote: Well what is the best way that link could know if its reshaping caused by change of position of fromNode or toNode? I need such information inside of my custom Link.computePoints...
View ArticleNode.Location() is not binding in draggableLink sample
@JP wrote: Hi, In this sample, http://gojs.net/latest/samples/draggableLink.html, I have added following lines: myDiagram.addDiagramListener("ExternalObjectsDropped", function (e) {...
View ArticlePorts:Auto Validation for creating a Link
@nsathya wrote: Hi, My Project is similar to Dynamic Ports.This Sample you have done is actually a good stuff.Loving it.Need some guidance so that I could finish of my client's requirements. Double...
View Article