Create decision tree, all collapsed but the root and its children
@rkaren wrote: Hi, I am relatively new to this. below is adaped from your decision tree example. I am trying to get it to be drawnwith the top node and its 2 children visible and all else collapsed....
View ArticleCustom name for nodeDataArray
@niyamat wrote: Hi,I want to make a custom changes in diagram model Json. where want to change the nodeDataArray and linkDataArray as a custom name from the diagram model JSON. so dynamically while...
View ArticleGoJS version 1.8.17
@walter wrote: Return values from TextBlock.graduatedFunction will now be converted to strings for safety. Fixed a regression for scroll-wheel zooming that was introduced in 1.8.15. Fixed error about...
View ArticleDragging tool "squish" behavior
@michaelchann wrote: I don't want graph objects in my gojs diagram to be able to be dragged past a certain edge of my graph. To achieve that, I've implemented some limits in the node's dragComputation...
View ArticleNode and TextBlock size increasing issue
@YogeshMohan wrote: hi team,i am facing some issue regarding the maximization of TextBlock and while entering 50 to 100 length of words the TextBlock size get increases and node size also get...
View ArticleOn IE TextBlock getting displayed out of node
@YogeshMohan wrote: hi,on ie when i am editing node to type some text in it the textblock is not on its correct position please refer to image attached image.png1139x741 6.84 KB Posts: 2 Participants:...
View ArticleTooltip issue with node
@YogeshMohan wrote: hi,i am facing one issue with tooltip in gojs node while the text is empty then also tooltip is getting displayed. i just want to show tooltip when the text is present code using :...
View ArticleGraph is linked end to end
@YogeshMohan wrote: Hi,Is there any way to get the information that the graph is fully linked with all its nodes or not. for example in this graph all nodes are linked with some edges so is there any...
View ArticleExternal canvas refresh
@catface wrote: Hi, I'm using an external canvas to draw some charts... and I need them displayed on a goJS node... so I'm using this Picture element: $GO(go.Picture, { alignment: go.Spot.Center,...
View ArticleGetting all nodes between two selected node
@YogeshMohan wrote: I am looking for a way to get all nodes between two selected nodes.See Below image In the image Node jjh and BCMM is selected.Now i want all nodes between them .i.e fl-11, I should...
View ArticleJust find the square
@Sami61 wrote: test1.png1074x711 51.2 KB ` I want to keep the writing and the frame separate. For this I just need to find the frame and draw the guide lines accordingly. But here's how I do it with...
View ArticleNodes intersect with each other in VirtualizeForceDirectedLayout
@Yamasan wrote: Hello. I'm testing VirtualizeForceDirectedLayout. The problem is, nodes are not positioned evenly, and some nodes intersect with each other. ForceDirectedLayout with same properties...
View ArticleSelf linked node routing is wired
@Kakit wrote: Hi, I have the following setting for links and nodes var GO = $; function getNodeTemplate () { return GO(go.Node, 'Vertical', { locationObjectName: 'SHAPE', locationSpot:...
View ArticleDragging node directly to flowchart node
@YogeshMohan wrote: I have two question to ask When ever i drag and drop any node in canvas , node automatically goes down to some position (See below image).It should drop on my mouse cursor position...
View ArticlemakeSvg does not use location of nodes (or points of links)
@Markmeteenk wrote: Hi! Currently, I am working on a project which lets people draw dataflows on a canvas. I use the Vue framework, which lets me chop up the application into components. One of the...
View ArticleSelf Loop in FlowChart Model
@YogeshMohan wrote: Hi,i want to self loop my node in flowchart model how does it is possible please let me know for movie info attached link of mode https://gojs.net/latest/samples/flowchart.html...
View ArticleDon't display border!
@spammer007 wrote: Hi,How to cancle border (blue color) when selected node?Please help me! Posts: 2 Participants: 2 Read full topic
View ArticleLink Label Text Draggable
@YogeshMohan wrote: Hi,i want to create Link Label Text Draggable between two nodes for example link between two nodes the label should be draggable between them Posts: 2 Participants: 2 Read full topic
View ArticleAdd segment to the link
@Sami61 wrote: Is it possible to add segment to the link? I want to click on the link to add segments from the spot.............................................................. Posts: 2 Participants:...
View ArticleGet Shape's actual size during a PartResized event
@jc78 wrote: I'm trying to capture the width and height, or desiredSize of a shape after it's resized. For example, if when creating my node I set its width and height to 100 each, then I try to...
View Article