How to save Fishbone using myDiagram.model.toJson
@herryswastika wrote: Hi GoJS Team,I am very newbie in Javascript, but somehow I have survived following your detailed documentation, and have some success in saving in my PHP and MySQL database using...
View ArticleHorizontal scroll problem on Firefox?
@marin wrote: Don't know if this has been reported but horizontal (left to right) diagram scroll doesn't seem to be working on Firefox for Mac, Firefox version 57.0.3 64 bit. The vertical scroll works...
View ArticleGOJS: "floating" nodes in TableLayout?
@cristopher_felix wrote: Hi team! I'm doing some tests with the TableLayout sample (https://gojs.net/latest/extensions/Table.html) and I want to know if there is a way to make a particular node ("Eta"...
View ArticleAngularjs complete set of examples?
@mutt_1924 wrote: There is only one example of an AngularJS directive for the GoJS library. Is there any possibility of having AngularJS examples of the other sample materials?The API for GoJS is not...
View ArticleAngularjs: angular-ui tabs, and diagram not centered on initial render
@mutt_1924 wrote: While implementing the basic AngularJS demo from the GoJS samples inside of angular-ui tabs, I am running into an issue where the diagram gets rendered, but it is stuck in the top...
View ArticleEffect of suspension
@xxx wrote: As shown in the figure, when I select a line, can the selected line be highlighted from the drawing, instead of simply highlighting or flashing? Posts: 2 Participants: 2 Read full topic
View ArticleGOJS -Avoid link separation while connecting node with new link(parent child...
@sidhartharaj wrote: while trying to connect the nodes with child links,its changing its position.. Before opening : before.jpg1101x275 12.2 KB After opening: acfter.jpg946x478 13.7 KB Actual needed...
View ArticleLink invalidates upon binding
@Gatix wrote: I recently upgraded our GoJS version from 1.7.15 to the latest and I have encountered a weird bug. I have this binding for my Link's points: new go.Binding('points', 'linkPoints',...
View ArticleIncreasing drag connection hitbox without impacting the template visually
@GSA wrote: I have nodes like these: I can drag connections from and to these nodes. At the moment the hitbox for dragging out a connection is set to the box surrounding the picture. But the selection...
View ArticleAdd text/label inside a shape
@nitin291989 wrote: How to add a text/label inside a shape? @walter, I have modified the "myRowHeaders" from the sample : https://gojs.net/temp/timelineInfinite.html to the following: Now, i wanted to...
View ArticleCustum print preview
@titisalas wrote: Customize print preview dialog to select percent i want to print my diagram ... printpreview.png1216x340 21.5 KB Posts: 1 Participants: 1 Read full topic
View ArticleHow to hide TreeExpanderButton while making Image of the tree
@phreq wrote: I have an Incremental Tree which I export as an image as: var imgBlob = myDiagram.makeImageData({ scale: 1, maxSize: new go.Size(4000,4000), background: 'white', type: "image/png" });...
View ArticleExpand & Collapse without moving the current node
@rdheepan wrote: When i expand a node with more children, the layout is re-aligned and the expanded node goes out of the view port. So i have to scroll and find the node that i have expanded. It is...
View ArticleOn dragging nodes should not move, but only links should edit
@sree wrote: myDiagram.nodeTemplateMap.add("Value-added chain function", $(go.Node, "Auto", new go.Binding("location", "loc", go.Point.parse).makeTwoWay(go.Point.stringify), { locationSpot:...
View ArticleGOJS Sortable Nodes
@sidhartharaj wrote: Need a sortable (ascending)nodes for flowgraph like below shown: sortable.jpg1046x250 8.07 KB I am using following layout structure in my code: sid.jpg1201x496 103 KB Need a...
View ArticleForce Nodes to be always on top when expanding a group
@Tany wrote: Hi,When i expand a group, i want its nodes to be at the topmost layer and overlap other nodes.I tried layerName="Foreground" / zOrder += 200, but it looks like it does not work all the...
View ArticleGetting a list item based on its data
@Doogal wrote: Hi There are methods for finding nodes and links based on their data, is there anything similar for an item held in an item array? We have just started to use item arrays so we have...
View ArticleTrouble grokking the api, etc
@mutt_1924 wrote: I am trying to wrap my head around GoJS, and while the many examples are good, the api is hard for me to follow. It's unfortunate no one has written a technical book or in-depth...
View ArticleGojs: multiple sections in one shape
@mutt_1924 wrote: I am wondering what the best way is to implement a node with three separate sections (e.g., such as textBlocks) as in the picture below. Also, if I click on the node, what is the...
View ArticleRelated issue with node width bestfit
@yscho wrote: related issue with node width bestfit When you run the code below diagram.StartTransaction ();node.resizeObject.width = NaN;diagram.CommitTransaction (); As shown below, the width of the...
View Article