How to prevent nodes from overlapping after expanding
@Fevill wrote: First time :Second time var node = this.MasterDataDiagram.findNodeForKey(mdName); var p = node.findObject("LIST"); if (p !== null) p.visible = true; Posts: 5 Participants: 2 Read full...
View ArticleLinks not getting added in straight line, how to do it?
@suprith_sa wrote: Hi i have a flow in which when i connect two nodes i am not getting the links in straight line as shown below, but i want these links to be in straight line automatically as shown...
View ArticleControlling position of link labels
@ernestjessee wrote: Hi,I need to provide some input as to where link labels appear. The example below is not bad, but sometimes the labels are very haphazardly positioned. Though not your suggested...
View ArticleGoJS version 1.7.8
@walter wrote: Added the Link Label On Path Dragging sample, demonstrating how to restrict the dragging of link labels to remain on the path of the link. This makes use of the...
View ArticleDrag Only Link Data when we drag item from palette to diagram .Can we do that?
@ng wrote: Can we drag only linkdata when we drag item from palette to diagram ? Posts: 2 Participants: 2 Read full topic
View ArticleHow to increase the size of shape
@Manisha wrote: Hi,I am having a node with the shape "Document" as shown below: and the nodetemplate is written as: Pasted image1338x592 46.5 KB can u please suggest how can I set the size of the...
View ArticleWeb Worker For GOJS Diagram
@JP wrote: Hi Walter, https://forum.nwoods.com/t/gojs-on-web-worker/5409 Any update on using web worker for diagram canvas which allows to run each diagram on separate web worker? Posts: 2...
View ArticleNot drawing a tree with the children in the right order
@jvasanthu wrote: Hi Walter I have JSON array object with key and parent. My JSON array is not consistent some childs will come first and some childs will come later. the parents and childs are not in...
View ArticleHow can I set function parameter
@Fevill wrote: $(go.Picture, { source: "", width: 0, height: 0, cursor: "pointer", click: this.describeLink , toolTip: $(go.Adornment, "Auto", $(go.Shape, { fill: "#FFF" }), $(go.TextBlock, { font:...
View ArticleZoom in the shapes that are in palette on hover
@akash1 wrote: Hey Everyone,I have some bigger and some very small shapes in a palette and also applied a initialScale on this palette to make bigger shapes small.So the small shape are more smaller...
View ArticleAuto Layout node position and line route
@sukit wrote: Are GoJs has function or feature to automatic-layout an diagram like below image? Layout.png892x1072 40.6 KB If has are it support for diagram with group like below? Layout2.png1096x1096...
View ArticleAcademic Licensing Question
@dorphalsig wrote: Hi, I'm a student at the University of Duisburg-Essen in Germany and I'm currently working in two projects as part of my masters studies where GoJS could definitely be useful. The...
View ArticleHow to allow move diagram in Org Chart editor
@Richard wrote: Hi Gojs Team, i practiced in this example of http://gojs.net/latest/samples/orgChartEditor.html while whole diagram moving its not working in horizontal, or vertical, might be it will...
View ArticleDraggable node that shows a html element content
@mr_neo wrote: I used this sample for my project http://gojs.net/latest/samples/draggableLink.htmlbut i need the nodes to show me the content of a html element for example a Div and save it as json...
View ArticleSend to back - Gojs
@ramesh1 wrote: Hi,I am trying to implement send to back and bring to front functionality. While the below code works fine for bring to front, but has some issues with send to back. For instance i...
View ArticleTrying to reload the diagram
@chan_1di wrote: Below is my code...when i click on a button it generates the diagram perfectly but when i click on that button again it says ..Error: Invalid div id; div already has a Diagram...
View ArticleButtons in object panel
@chan_1di wrote: Hi,Is this possible to add fa-icons or apply class in object panel..Thanks. Posts: 5 Participants: 2 Read full topic
View ArticleConfiguring Data Inspector
@jvasanthu wrote: Hi Walter Question regarding Properties in the Org Chart Editor. How to control the display in Org Chart. If Add more properties to the model object the bottom window is growing. I...
View ArticleLink Gaps not working
@dorphalsig wrote: Hi, great documentation, many thanks for the gazillion examples. I have a rather basic question, it seems I cant get the "link gap" (instead of crossing, make one link have a small...
View Articlego.Spot.Center on the port causing link's behavior wrong
@chzh.austin wrote: I would like to put the endpoint of a link to align with the center of port. However, if I set the port and link as the way below, I got very weird behavior on the routing. private...
View Article