How to align TreeExpanderButton at the end of text in the node
@phreq wrote: I have created a GoJS tree and added some nodes in it. All the nodes have TreeExpanderButton with them, but the issue is that TreeExpanderButton is overlapping the text of the node. How...
View ArticleHow to collapse all nodes initially but Expand only those which are...
@phreq wrote: I have a GoJS tree in which all the nodes have been added in this way:var nodeDataArray = []; item = {} item["key"] = //someuniquevalue; item["text"] = //some text with Count;...
View ArticleNode or part of infinite width
@nitin291989 wrote: How to add a node/part of infinite width? My code for adding a part is as follows: myDiagram.add( $(go.Part, "Auto", $(go.Shape, "Rectangle", { width: 55, // Need to have infinite...
View ArticleGoJS version 1.8.7
@walter wrote: Fixed routing of AvoidsNodes Links when added as members of a Group that hadn't been measured fully yet with its new members. Fixed Layout.doLayout, the default layout that only...
View ArticleGroup Expanding always on top
@Tany wrote: Hi,I used the zOrder attribute to put all group items, nodes and links, on top of other groups/nodes when expanding a group.I maintain a zOrder value which increased globally every time a...
View ArticleAlign nodes on CenterX or CenterY without considering the text block
@Rajeshpatil74 wrote: In BPMN Editor example, alignment of nodes centrally (Center X or Center Y) is possible. When Task & Gateway aligned using Center X, they are aligned as expected ( since...
View ArticleHow can I manually maintain the diagram position?
@cfarmerga wrote: I have a model I'm loading where the positions have been set by an external app. Some of the node location coordinates have values less than zero, and I want those to be positioned...
View ArticleFinding textblock position
@uriel wrote: I am trying to test my code with go js diagramI need to simulate mouse click on a textblock the problem I have is how to find the textblock position.x and position.y I Have a node that...
View ArticlecanRedo()/canUndo() return wrong result
@CL.Peter wrote: Hi all, https://gojs.net/latest/intro/commands.html#UpdatingCommandUI, the problem I encountered also exist in this sample, reproduce steps: Drag one node in this sample Click undo...
View ArticleHow to get the values of the two nodes while relinking the nodes
@Akhil wrote: Hi Walter, I have linked two nodes and called a service action. If i want to relink to the different node without deleting the link. I am not getting the values of the both nodes. can u...
View ArticleWhat should I set to make the same port links don't overlap?
@CL.Peter wrote: Hi all, I want the same port links don't overlap like below: image.png747x185 18.8 KB But I don't know what to set, and actually my code is get overlap links like below sample:And it...
View ArticleHow to resize nodes dynamically in Incremental Tree
@phreq wrote: I have created an Incremental Tree in this way: myDiagram.nodeTemplate = $(go.Node, "Spot", { selectionObjectName: "PANEL", isTreeExpanded: true, isTreeLeaf: true }, // the node's outer...
View ArticleGoJS version 1.8.8
@walter wrote: Added an Introduction page about Debugging. Fixed a check for window.navigator.msPointerEnabled that was added in 1.8.5. Fixed UndoManager.canUndo and UndoManager.canRedo to ignore...
View ArticleIs it possible to create a link within a node?
@cliffyq wrote: Is it possible to create a link connecting two ports on the same node? Thanks! Posts: 3 Participants: 2 Read full topic
View ArticleThe length of link
@Jane wrote: Can I set the length of link?Can users customize the length of links? Posts: 2 Participants: 2 Read full topic
View ArticleSynchronization of Node Collapse/Expand in two diagrams
@nitin291989 wrote: @walter, While working with the following sample which you provided: https://gojs.net/temp/timelineInfinite.html I tried to add "sub row headers" on the left side diagram and...
View ArticleAdding custom data to link on creation depending on node data
@GSA wrote: Hi, I have nodes with a custom data property "nodeType". I have added the custom properties "fromType" and "toType" to my linktemplate. When I create a new link between two nodes I want to...
View ArticleHow can I get the TextBlock's "text" value after edit?
@kid_freak wrote: I want to get the new Value in textBlock after my editing . But when I use this way image.png872x933 45.6 KB I found the key not change. Whatever How I edit node text,my JSON still...
View ArticleObtaining information from a links connected node after it's deleted
@GSA wrote: I currently need to obtain information about a node when it's deleted, as well as from the nodes connected to a link when the link is deleted. I have the following code:...
View ArticleAngular 'this' reference undefined within Set function each
@dev wrote: I'm able to handle diagram events of objects dropped, and extract the data from the node model from the palette that is copied over to the diagram via console.log. When I try to call a...
View Article