Dead space in diagram?
@sa12 wrote: Hi, I'm trying to create diagram which has a legend attached to it in the top right corner of the graph. The legend is designed using pure html, css, and javascript. No goJs is involved...
View ArticleHow to hide tooltip manually?
@kishangajjar wrote: By default a tooltip is enabled on my Diagram. I want to give option to user, whether to keep it or Hide it. By default a checkbox is selected so tooltip will be visible. If user...
View ArticleDecision Tree with Multiple Choices
@daniloprof wrote: Hi, The Decision Tree sample works fine but only provides 2 choices . Should it possible to have nodes with multiple choices ? Nodes should have different number of choices (>=2...
View ArticleHow to layout children to be the center of all of its parents under the...
@axhiao wrote: Hi, I just want to change the go.TreeLayout from before.png742x756 47.2 KB to after.png778x748 73.7 KB I have tried go.LayeredDigraphLayout. It seems to cater for my requirements. But I...
View ArticleInquiry about go.binding
@no_one345 wrote: i have seen binding with an attribute from json and also with a result of function but is it possible to use multiple attribute from json to produce a single outcome like percentage...
View ArticleHow to get data on hover in a group in tool pallet?
@biswa wrote: how to get data on hover in a group in tool pallet ?hover on component is working well. I want to show the inner sub components in a popup on hover on group in tool pallet. How to set...
View ArticleHow to fix the size of the marquee
@forrest wrote: In the OrgChartStatic example, when you hold down the Ctrl key to scroll the wheel, the graphic on the chart will change size. The red box in the OverviewDiv in the upper left corner...
View ArticleIs it possible to auto arrange all the links present between two Nodes
@Rishabh wrote: Hi,I have a button to auto arrange the nodes and link present on diagram. When user add multiple links between two nodes this happens. MyIssueLatest.gif1058x730 2.14 MB All overlapped...
View ArticleLink selection in the diagram
@vivek.singh wrote: When we set the myDiagram.isReadOnly property true then it will not select the edge.Below is the JIF image Posts: 4 Participants: 2 Read full topic
View ArticleHow to Stop auto Arranging nodes after drag & drop?
@biswa wrote: I am using myDiagram = $(go.Diagram, "myDiagramDiv", { "grid.visible": true, "allowDrop": true, "undoManager.isEnabled": true, hoverDelay: 1, layout: $(go.LayeredDigraphLayout) }); When...
View ArticleEdges Vertex getting hided
@opkeydev wrote: Hi, If i draw the link between two nodes and end up my drawing to the port it works fine. myQuery.gif1058x684 1.55 MB And if i end up the link drawing to middle of node my "end vertex...
View ArticleHow to Add an Image in group when group is collapse?
@biswa wrote: I want to add an icon when we collapse a group elements. Below the Group name.How to Add an Image in group when group is collapse?Can anyone help me? Posts: 5 Participants: 2 Read full...
View ArticleRotated TextBlock incorrect size when resizable is false
@Doogal wrote: 2018-07-03 (2).png1174x149 6.99 KB We are seeing an issue with textblocks with rotated text where the containing shape is not resizable. In the image the left hand 'Purpose' textblock...
View ArticleCreating nodes dynamically
@TheChroniQ wrote: Hello there, I am quite new at GoJs, and I am currently running a Palette and a Diagram very similar to Data Flow sample -> https://gojs.net/latest/samples/dataFlow.html.I...
View ArticleTotal number of nodes
@no_one345 wrote: i have a scenario in which i need to know total no of nodes in a diagram instead of parsing the diagram json does go js provide a built in function to do so? Posts: 4 Participants: 2...
View ArticleAngle of shape binding
@no_one345 wrote: i want to change angle of the arrow shapes in the following diagram with respect to a property in json if it is greater then 50 the point up and vise versa tree1.PNG1337x599 57.5 KB...
View ArticleHow to Enable context Menu?
@Abhinav wrote: When our Diagram is static(means isEnable property is false), then how to enable context menu and make scroll bar working? Please reply ASAP . For this I will be highly obliged. Thanks...
View ArticleScrolling Table Angular Error
@cr3zi wrote: Hi there, I'm currently trying to use the scrolling table panel but I receive this error when I build my angular project. image.png959x119 6.24 KB important sections of code from my...
View ArticleAuto Arrange of diagram
@opkeydev wrote: As per our requirement - 1. User can add multiple nodes and link them .2. On clicking auto arrange button my diagram should get auto arranged automatically. Our Requirement (Example...
View ArticleHow to get the node from shape/picture
@no_one345 wrote: consider the following diagram tree_1.PNG861x377 32.3 KB on click on the pencil icon expand function is called i want to get the node in which the picture i place is clickedthis is...
View Article