TreeExpanderButton - other shapes?
@matant wrote: Hi, I’m trying to change the shape that define the button itself, I’m not meaning to the ‘MinusLine’ or ‘PlusLine’ shapes inside the button. The link that comes out of the node is...
View ArticleDiagram not refreshs after model changed
@AlexLvovsky wrote: I’m using GoJS 1.7.5 I have some treetable, and when I click on some row I must show diagram (TreeLayout), that includes nodes that have relationship with selected node. For...
View ArticleVeritcal panel not resize
@ahmetgundogdu wrote: Hello, my node template: this.diagram.nodeTemplateMap.add("", goMake(go.Node, "Spot", { locationObjectName: "Shape", locationSpot: go.Spot.Center, selectable: true,...
View ArticleSelection adornment permanent
@agilebio wrote: Hi, When we apply a selection to a node, clicking on the canvas removes. How to maje the selection solid and impossible to a user to unselect? The selection loads with canvas and...
View ArticleHow add unique key to links
@no_one345 wrote: the diagram adds key to nodes automatically how to add the same in link array in graph link model myDiagram.model = Go(go.GraphLinksModel, { “nodeDataArray”: [], “linkDataArray”: []...
View ArticleHow does gojs export an exact SVG file?
@kingo_xie wrote: I want to export SVG according to my needs. For example, I need <defs>,<symbol>… However, when I export some text, I find that the text position is not precise enough. I...
View ArticleGoJS version 1.8.31
@walter wrote: Fixed a bug rendering to SVG when an arc was the first segment of a figure and it needed an initial straight line to get to the correct starting point. Fixed a bug in...
View ArticleFind Shortest Distance
@mhiren wrote: hi all… how to calculate shortest distance between two node. and which distance it take to find shortest distance. and in array where distance to be added? Posts: 2 Participants: 2 Read...
View ArticleMove multiple nodes as a whole by code(not by drag)
@zentoLu wrote: i want to move multiple nodes together as a whole , and i don’t want to select them , the nodes include group, node , links , https://gojs.net/latest/intro/tools.html, in this example...
View ArticleAdornment menu only on last selected entity
@Giosk wrote: I created an adornment menu following one of your samples found here and I’d like to know if in case of multiple entity selection is it possible to show the menu only on the last...
View ArticleSharing panels between templates?
@turnert wrote: I know the itemTemplate can be used for itemArrays, but I’d like to share a panel definition between several different templates. Is there a way to do this? Posts: 2 Participants: 2...
View ArticleRedraw links when node placed on canvas
@nmfa wrote: We have a project where nodes are being dragged from a palette onto a canvas. What we want to happen is if the block is dropped over any links for them to reroute around the block....
View ArticleDiagram model from JSON file
@resuni wrote: I need to load my diagram model from a JSON file. I found an example here: https://gojs.net/latest/samples/minimalJSON.html I was able to reproduce the concepts used in this example,...
View ArticleReplace existing node with external node
@llam wrote: Hi, In GoJS, we’d like to be able to replace existing nodes in a diagram with external nodes. We have a set of node “templates” which we drag onto to the main canvas, and we listen for...
View ArticleNot able to drag the mouse within a lane to select multiple nodes
@Albamaister wrote: Hi, I want to select several nodes in the lane by dragging the mouse pointer. But just take the lane and drag it as in the image. I was thinking about deactivating the pool and...
View ArticleScrollbar doesn't display for infinite scroll
@abogus wrote: Hello, I have a problem with the scrollbar in infinity scroll mode. I have a situation when on canvas are two nodes, one on top of the canvas and second on bottom. Both of nodes are...
View ArticleBlurry images (the same image in different nodes)
@itayh wrote: Hi, Sometimes i have a weird issue - the same image is showing multiple times, but some of them are blurry and other not (see marked area in the image). The omage itself is PNG. This is...
View ArticleMove group from palette to diagram, change the nodes position or location in...
@zentoLu wrote: is there a way to move group from palette to diagram, in the dragging , i changed some nodes size , but the copy from palette will keep the relative position in the dragging , when i...
View ArticleHow to arrange neighbors nodes on group expand without using auto arrange?
@biswa wrote: How to arrange neighbors nodes on group expand without using auto arrange? After collapse go to previous state. my code is layout: $(go.TreeLayout, { nodeSpacing: 3, isOngoing : false,...
View ArticleSide by side Diff function in Tree Mapper?
@Tagkeun wrote: Hi, I’m using GoJS v1.6.21 in developing company web site. I wonder if GoJS have ‘side by side diff function’ in Tree Mapper like below demo. jsdifflib demo : Side By Side Diff...
View Article