Multiple moving circle nodes on one link
@h.jafari wrote: Hello, In https://gojs.net/latest/intro/animation.html, for “CustomAnimationEffects” example (and similarly in “pathAnimation” example), at each cycle, only one circle node is moving...
View ArticleCalling makeImageData during node animation stops the animation
@cfarmerlv wrote: I am hoping to calculate a small thumbnail image after adding certain nodes to the model. When the nodes get added, the animation begins and the nodes slide into their appropriate...
View ArticleHow to combine multiple tree in one canvas
@Isaac-Shen wrote: I have a graph presented below: 微信图片_20200117135256.png905×665 31.1 KB The center node is the root for 4 trees, the left tree, the right tree, the bottom node and the top tree....
View ArticleGojs graph force nodes vertically in straight line
@aanjanhari wrote: Hi, Is there a way I can force layout to align vertically all nodes, so that it looks like a straight line, and allow the link to auto align. Thanks and Regards Aanjan Hari Posts: 1...
View ArticleLimit on number of nodes
@jothibaskaran wrote: Hi, I have a palette and diagram scenario. Is it possible to limit the number of nodes that can be dragged onto the canvas at any given point of time? Posts: 1 Participants: 1...
View ArticleMultiple Rotatable Textblocks within Single Node
@cbh wrote: I think I know the answer to this but I have to ask anyway. I need to have multiple textblocks in the same node be rotatable. If I understand correctly, I can only rotate top level objects...
View ArticleHow to make Diagram rectangle exclusive for each other at all
@Isaac-Shen wrote: I have Diagram(official sample here: https://gojs.net/latest/samples/regrouping.html) like this: As it be, if I keep dragging “Harry” towards “Slytherin”, it will make “Gryffindor”...
View ArticleTrouble finding tool
@cbh wrote: I have created a custom resizing tool and added it to the mousedown tools collection and it works great. Almost. When I give the tool a name - say name: “myResizingTool” it breaks the...
View ArticleHow to pass json file name dynamically
@Shivesh wrote: for loading of diagram i am passing json file name to getjson method that is hard coded,but i want it to be dynamic, means when we pass json file name dynamically at run time, it...
View ArticleAdd new node without changing/reloading diagram
@akashskan wrote: Hi Team, Following is our requirement: We don’t want to reload/redraw/rearrange our current go graph We want to add a new node in our current go graph dynamically The newly added...
View ArticleSave and restore diagram position and zoom
@Dominic.Lerbs wrote: Hi, I have a diagram which displays different models. To switch between models, I basically call diagram.clear() and diagram.model = xyz I need diagram.clear() as I have custom...
View ArticleCreating Link Between Node
@Cr1t wrote: linkanimation.gif780×627 126 KB I want to find out if there is away of getting the link to stick to the edge that iIm dragging it to instead of it rerouting it to the top. Let me know if...
View ArticleError: applyIncrementalJson cannot change Model properties
@qntbkk wrote: Hi, I try to put the diagram into mendix, but it return : Error: applyIncrementalJson cannot change Model properties at B (go.js:12) at ar…/…/gojs/release/go.js.t.Cq (go.js:1803) at...
View ArticleRecommended front-end framework
@reinzor wrote: Dear, We are currently evaluating your GOJs library and its compatibility with Javascript frameworks. I see you have the following integrations: React...
View ArticleMultiple groups with same content (reference)
@reinzor wrote: Hi, I would like to create a group “template” and use multiple instances of this template while keeping the relation to that “template”. Is this possible using GOJS? I created an...
View ArticleOverview slow with large number of nodes
@reinzor wrote: Hi, I am easily able to render 10k nodes including edges using GoJS (great performance!) when visualizing only a small part of my diagram (this is fine). However, when I enable the...
View ArticlePie chart to donut chart
@fekkyDev wrote: HI , I’m trying to create donut chart using given example https://gojs.net/latest/samples/dynamicPieChart.html , how to achieve using existing code. Is there any method for this....
View ArticleClicking and highlighting wedges in a semicircular adornment
@mithun wrote: Hi Walter, I understand that Panel inherit GraphicObject. I have a situation where I need to handle the click event on each of the segment. But somehow the click event is never getting...
View ArticleLink connect inside node
@Klim wrote: Hello! I have a node that have constant position and nodes inside it. How to connect links to inner side of border? image.png1274×707 14.8 KB Posts: 2 Participants: 2 Read full topic
View ArticleLazy makeTwoWay binding
@reinzor wrote: Is there a way to make the two way binding only update when a transaction has finished? I am testing with a vue component that holds the state. If I pass this state directly to the...
View Article