Angularjs 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 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 ArticleIs it posible to have a picture node bound to a stream/byte array?
@Alpheus wrote: Hi there, I am trying to create custom picture nodes for my palettes and diagrams. When i read up i realize that most/all the samples for go.Picture point to a picture on the...
View ArticleNode location within a group
@Tany wrote: I have a group with 4 nodes : { key: "CC", isGroup:true}, { key: 5, source: "icons/switch.png", group: "CC", loc:"100 0"}, { key: 6, source: "icons/switch.png", group: "CC", loc:"200 0"...
View ArticleColumn overlapping
@Giu wrote: I have this template: $(go.Panel, "Table", { maxSize: new go.Size(150, 999), margin: new go.Margin(3, 3, 0, 3), defaultAlignment: go.Spot.Left }, $(go.RowColumnDefinition, { column: 2 }),...
View ArticleGoJS version 1.8.10
@walter wrote: Improved wheel events, primarily for Firefox and Firefox for Android. Mac trackpads will now pan and scroll in both directions in Firefox. Fixed a bug with links not rerouting during a...
View Article