Using Panel.add to add a new node and preserve node in Model
@esimmons wrote: If we were to add a node problematically to another node using the Panel.add function, how we we ensure that the newly added node get added to the Diagram.model so that we we...
View ArticleDownload diagram
@ussenator4u wrote: I want to download the diagram as an image or any other possible format.I know I can use this var imageData = this.myDiagram.makeImageData(); but how can I download my diagram...
View ArticleHow can I set the deafult zoom when load the diagram?
@trinity wrote: Is there any way that I can set the default zoom value when load the diagram?Thx! Posts: 2 Participants: 2 Read full topic
View ArticleHorizonal Scrollbar issue when direction is RTL
@parth wrote: Hi All, I am using GoJS organization chart in multilingual site. So for Arabic language we are using direction = "RTL" in CSS. So when this style is applied at that time horizontal...
View ArticleHow to change port selection color pink to some other color?
@chary wrote: HiHow to change the color of selecting ports in the below image scenario Posts: 2 Participants: 2 Read full topic
View ArticleAvoidsNodes routing - make it always go over the nodes
@chiyu wrote: Hi, I am adding multiple spouses capability into my pedigree editor that is based on Genogram. One thing I noticed is that if I set the routing to go.Link.AvoidsNodes, some of the line...
View ArticleHow to stop it auto change the linkport?
@trinity wrote: While Changed the node position ,the link port may auto changing too,so,how can stop it? Posts: 2 Participants: 2 Read full topic
View ArticleHow to zoom to a selected node
@jb wrote: On the diagram a node is selected with maximum links, but how to zoom to that particular node on the diagram. Posts: 4 Participants: 2 Read full topic
View ArticleAdding hover effects on nodes in dynamically created palette
@lise wrote: Hello, I'm using DevExpress to create a ribbon bar menu and multiple palettes are supposed to be included in it. In order to generate the palettes dynamically I'm creating a BarButtonItem...
View ArticleFlipping an SVG vertically with scale causing a Geometry.scale:y error
@kkohn wrote: We are reading our svg file to get the path string. Everything works great except the SVG images are upside down. I understand this is typical so that is not the issue. In angularjs...
View ArticleRotate multiple objects/nodes with handle together
@calebat wrote: Hello - I searched the forums and couldn't find anyone doing this. Is there a way to rotate multiple nodes together with the Rotating Tool? For example, if I select a few nodes I want...
View ArticleAutoSizing a Panel that contains a textblock
@esimmons wrote: How can we automatically size a textblock so that as we type the block expands. Here is how we are declaring our node: $$(go.Node, "Auto", { minSize: new go.Size(20, 20), resizable:...
View ArticleDragCreatingTool for Circles (Problem with Bounding Rectangle)
@esimmons wrote: When using the DragCreatingTool we noticed that the bounding rectangle for the circle shape does not remain tangent with the circle. Any suggestions on how to resolve this issue....
View ArticleHow to overlap 2 link
@banhbaogia wrote: Please help me how to overlap 2 link when I have node A and B...I link from node A to B and B to A => 2 links not overlapping but avoid Posts: 3 Participants: 2 Read full topic
View ArticleCustom the "collapse node"
@banhbaogia wrote: Hi...I have a problem that I want to solve...I have relationship map:I want to custom the "collapse node" to when the ( - ) button of "Test bug bbg" is clicked, the links that were...
View ArticleBeginUpdate, EndUpdate?
@AndyP wrote: Hi,program is working good and the first customers are using it.Now I have the problem that loading of a saved diagram needs nearly 30seconds and 11seconds are used with several calls to...
View ArticleResizing Object after Rotation
@esimmons wrote: After rotating a rectangle Panel (let's say 90 degrees clockwise) we noticed that when trying to resize the object by grabbing the left side of rectangle after rotating has some very...
View ArticleBackground zooming fisheye tool
@titisalas wrote: It is possible to zooming the background with the fisheye tool Posts: 1 Participants: 1 Read full topic
View ArticleShadow under IE/Edge not working property
@chzh.austin wrote: I just realize the shadow is not working properly under IE/Edge. IE/Edge: Chrome: As you can see, the z-index seems wrongly under IE/Edge. How could I fix it? Thanks,Chuan Posts: 9...
View ArticleLearning FAIL
@brotherbill wrote: On your web page: Get Started with GoJS, I created index.html as` GoJS Greetings <script src="https://cdnjs.cloudflare.com/ajax/libs/gojs/1.6.15/go-debug.js"></script>...
View Article