Re-position member nodes when dragging/copying to another group
@Abhishek wrote: How can we re-position member nodes when dragging/copying to another group so that the member nodes stay inside the group. Currently they hold their position, can they be...
View ArticleMultiple Link connectivity
@Tany wrote: Hi, I have the following templates in 2 different applications : diagram.linkTemplate = $(go.Link, { corner: 5 }, $(go.Shape, { stroke: "black", strokeWidth: 2 } ) ); diagram.nodeTemplate...
View ArticleFinding level of node in tree
@no_one345 wrote: I m using treeMapper diagram as base the problem is i want to bind the level of each node of each tree to some color but each node is returning 0 for findtreelevel how to find the...
View ArticleSVG Icon Display Issue
@Cr1t wrote: Hi We trying to add some svg icons. Some of them are displaying strange behavior by filling in some of the detail. Here is a link to codepen showing the issue...
View ArticleBinding reset on moving the node
@jothibaskaran wrote: Hi, I have a binding on a vertical panel as follows: $(go.Panel, 'Vertical', { row: 2, column: 1, name: 'PROPTEXT', width: 205, margin: new go.Margin(-1, -1.5, 0, 35) }, new...
View ArticleMake picture invisible
@no_one345 wrote: i m working on a diagram with tree mapper as base i have made a custom tree expander button with click on go.picture Screenshot from 2020-02-11 17-01-21.png832×378 23.6 KB now the...
View ArticleReturn value of two-way binding back conversion function
@Dominic.Lerbs wrote: Hi, The documentation says that the makeTwoWay() conversion function doesn’t have a return value. But in the columnResizing example it seems to return an array. So when does the...
View ArticleConsole.error appears, while adding new links to diagram using ports
@Jednorozec wrote: Hi. I’ve got an issue. Whenever I add link to diagram, using ports pinned to nodes console.error appears as follows: My makePort function: function makePort(name, align, spot,...
View ArticleGoJS biding nodeArrayData
@bahuubali wrote: Hi, can someone help me to solve this problems ? I have used goJS to create flowchart and the json data default look like below: nodeDataArray: [ { key: ‘Alpha’, label: ‘Alpha’,...
View ArticleUnique names on drag/drop
@jothibaskaran wrote: Hi, I want to create unique names by appending a count of similar nodes to the component name. This is the binding function: new go.Binding('text', '', (data) => { let...
View ArticleDo you have a sample using a recent version of React?
@caeserbala wrote: what if want to use new features on newer release when can i use it ? Posts: 4 Participants: 2 Read full topic
View ArticleSelecting TextBlock in the node
@pratik.darak wrote: Hi, Can we make a TextBlock selectable and also have it highlighted once it is selected? What are my options for the same? I tried searching for it in the API documentation but...
View ArticlePolygon group limitation
@Abhishek wrote: Currently when I have two go groups of polygon (any random shape), it doesn’t let me place them close to each other, since their selection adornments are rectangular, and I am forced...
View ArticleHow can I show dots (“…”) in textblock
@ahmetgundogdu wrote: If I give width, it looks like a bad image No propert like maxWidth? goMake(go.Panel, "Spot", { margin: new go.Margin(2.5, 0, 0, 0) }, goMake(go.Panel, "Auto", goMake(go.Shape,...
View ArticledesiredSize binding causing issue with PartResized event
@soumyajit wrote: I am using React with go-js. I have also setup an inspector like in the gojs-basic-react example for which I am adding event listener to the diagram using addDiagramListener...
View ArticleManually refresh a node
@plusor wrote: Hello there, I use GoJS on Vue. diagram.model = go (TreeModel, {nodeKeyProperty: 'id'}) diagram.model.nodeDataArray = data Now my requirement is to be able to update to the node by...
View ArticleCanvas Alternating Background and Major Gridlines
@dustinormond wrote: I was wondering if the following is possible with regard to the canvas background: Can I change the vertical major grid lines to be every 7th grid line instead of the default 5?...
View ArticleFirst TextBlock Disappears in Graduated Panel
@dustinormond wrote: I have a graduated node with two stacked textblocks. The problem is that if I just have the day textblock then Sunday shows up, but when I have both textblocks Sunday disappears....
View ArticleBPMN editor sample does not work
@kaashan wrote: I came across GoJS as I was looking for a UI diagramming library. Before I explore it further to learn, I wanted to explore the sample projects for a quick look at the library...
View ArticleResizing and Rotating customization
@soumyajit wrote: Is it possible to customize the resizing and rotating tool to snap to integer values. I think using the snapAngle attributes in rotating tool I can get something done there. Could...
View Article