Expander to the node which will open up a group
@mithun wrote: Hi, I am looking for a group like this, which will have one or two master nodes and other nodes are child nodes. Could you please tell me if you have samples for the picutes I have...
View ArticleHow to set cursor to custom value when I move a shape from the palette onto a...
@rkissoon wrote: Hello, We have a diagram pretty similar to this: https://gojs.net/latest/samples/draggableLink.html In that sample, the cursor changes to ‘copy’ when the shape is dragged onto the...
View ArticleCircle Shape does not move to extreme right when paceholder in a group is...
@sramanuj007 wrote: Hi Guys, I have a horizontal panel in a group which contains a circle shape with alignment = go.Spot.Right, but when I drag a node within the group, the paceholder width &...
View ArticleContextMenu for default group termplate
@Tany wrote: Hi, I have a definition for default group via archetypeGroupData. The group is create as expected. Yet, i cannot attach a context menu to it. I have tried to set...
View ArticleEvent for "group" property change of node
@no_one345 wrote: Is there a way to trigger an event when the property “group” is changed that is when i pick one node from one group and drop it in another? Is there any other way then...
View ArticleTable ColumnResizing bug
@ahmetgundogdu wrote: test.gif1819×695 951 KB I use ColumnResizingTool.js and RowResizingTool.js When I resize there is a problem like the image My Code: templateMap.add("FreeFormatTable", GO(go.Node,...
View ArticleSplitting a GoJs Group
@Abhishek wrote: I am looking for a functionality to split a group in 2 when a polyline is drawn over a group which starts from one of the edges of the group and ends at the same or any other edge of...
View ArticlePush nodes to desired layers
@Viswanatha wrote: Dear Folks, In radial layout chart, can we push particular node(s) to specific layer and relate to the other nodes, please help me to get this done. we are ready to purchase if it...
View ArticleContain adornment inside group
@Abhishek wrote: I am looking for a way to contain my adornment inside my group so that only the part inside the group is visible, I am creating the adornment using a geopath. I am unable to find any...
View ArticleProblems with port & node creation
@sillyMredul wrote: Hello, I am trying to build a diagram having multiple inport, outport. The idea in abstract… after declaring gojs diagram, an empty model have been declared. Later I am adding node...
View ArticleRemove node from group via context menu button
@agillespie wrote: I suspect this is easy, but I’m new to the platform and I’ve already wasted a couple hours on topics very tangential to this experimenting, looking through samples, and the forum....
View ArticleCreating dynamic table and field grouping structure
@soumyajit wrote: I need to be able to allow creating structures like this - There is a top level structure which can have editable title (other visual features like background, stroke color, etc.)....
View ArticlePosition of added member in group
@no_one345 wrote: i m working on a diagram where i add nodes to a group programmatically when i click on load parent a new node is added and the attribute is added as child of loaded node what i want...
View ArticleExecutes function when modifying the model
@nachoxxhh wrote: every time the model is modified, it executes a simple js function. example: when creating a new node, when creating a link, when changing some property of a node or link, when...
View ArticleCombine onHover ports and onHover adornments
@zamehan wrote: Hello, I try to make a node that has ports only shown when the node is hovered with the function makePort (https://gojs.net/latest/samples/draggableLink.html) and also a button that...
View ArticleIn's and outs at same port
@robinvanbrakel wrote: Hi there, Is there a way to prevent having arrows in and arrows out of the same port spot, so for example port Top is for all Ins and Left, Right, Bottom are for all the outs ?...
View ArticleTooltip zindex problem
@no_one345 wrote: i have a tooltip in my diagram that has i want to set Z-index equivalent in gojs tooltip is it possible my issue Posts: 4 Participants: 2 Read full topic
View ArticleHow to group links when I close a group
@nachoxxhh wrote: I need to group the links that are within a group, when the group is closed. ex 1: image.png949×564 47.9 KB ex 2: image.png832×319 25.1 KB I occupy the inspector’s library, and I...
View ArticleGet group height and width after all inner nodes loaded
@brajeshrajput wrote: I have two groups with different nodes and its maxSize are dynamic but after loading all nodes in both groups its (both groups) width and height are different because number of...
View ArticleProblem with links when tree collapse
@no_one345 wrote: i m working on a diagram with base as tree mapper now there are links in my diagram from node to node Screenshot from 2020-03-02 11-14-46932×358 45.9 KB like the one from 1st...
View Article