Make Svg giving Wrong placement for Svg background
@Abhishek wrote: While using SVG as Background and providing it desired size and Scale (i am giving it 1.5) the final product in Make SVG has different placement of objects and background image is not...
View ArticleAbout the combination of node's style
@zekelynch wrote: Hello everyone, I am trying to use nodeTemplate to construct a specific kind of node with some functions. Something good to know in advance: To fulfill what our needs, we used...
View ArticleMaking asynchronous call in copyNodeDataFunction
@Shawn wrote: Using GoJs 1.7.11 Any suggestion on how to make a async call to another function from within copyNodeDataFunction for cloning a node data? We need to make a call to the server when...
View ArticleContext menu to change node color
@rendezvous wrote: I’m trying to modify the basic sample diagram to be able to change the node color using the context menu. However, I’m having trouble combining both examples online. The problem...
View ArticleHow to Restrict Copy Paste
@senoz wrote: How to Restrict Copy Paste in GOJS canvas. We are using the palette it should allows only the drag and drop not copy paste. How to avoid the copy and paste the icons in the diagram...
View ArticleHow to Get layers in MakeSVG
@Abhishek wrote: If i am exporting the diagram in SVG do we get the layers information in it? May be a different <g> group for every layer. And how to get layer information in Model Posts: 1...
View ArticleSet the distance of the link from the object for the label side
@ahmetgundogdu wrote: I use this nodeTemplate, this.diagram.nodeTemplateMap.add("", goMake(go.Node, “Spot”, { name: “MainNode”, locationObjectName: “Shape”, locationSpot: go.Spot.Center, selectable:...
View ArticleCan we set Auto-incremented positive key value by default in GoJS?
@colby wrote: Can we set Auto-incremented positive key value by default in GoJS? We check this link https://gojs.net/latest/samples/flowchart.html Key are in negative value.png1583×1841 145 KB We want...
View ArticleArranging groups horizontally
@nikzb wrote: I have a diagram with several groups of nodes. The groups are different sizes and I want to arrange the groups horizontally, with a bit of space between each group, and in a particular...
View ArticleHyperlinking in GOJS
@re1nth wrote: Hi, I am trying to create a table with each row’s textBlock hyperlinked. new go.Binding('itemArray', 'component') { itemTemplate : $(go.Panel, 'TableRow', $(go.TextBlock, new...
View ArticleUsing the Debug version with the React integration package
@nikzb wrote: I am using the GoJS React Integration package (https://www.npmjs.com/package/react-gojs). How do I use the Debug version of GoJS (go-debug.js) along with the React Integration package?...
View ArticleHow to get level of node in a nested group
@no_one345 wrote: i have a diagram that has multiple nested groups in it i want to bind each nested group with different color so i need to get the level of each group to bind it to colors how to get...
View ArticleDraw nodes in their json saved position/location
@rendezvous wrote: I have succesfully saved the location of the nodes in a json file by adding this line to the nodeTemplate part of the code: myDiagram.nodeTemplate = $(go.Node, "Auto", new...
View ArticleTimeline example not working on local server
@Jan wrote: Hi, I’ve downloaded the timeline example to my local server. Here it throws the following error message: GoJS version v1.8.36, using Coogle Chrome. There are no changes to the code, except...
View ArticleHow to position node without parent to first level in Layered Digraph?
@buddyy93 wrote: My graph currently is as follow : Snipaste_2019-06-30_14-59-30.png681×794 53.6 KB what i want to achieve is : Snipaste_2019-06-30_15-01-18.png645×703 55.5 KB so for some reasons if a...
View ArticleAdding additional data to the model of diagram
@noonhe wrote: Hi, 1- I want to add some new attributes to the model of a diagram before sending it to server with API. saveDiagram(){ let newModel = this.diagram.model; let obj = { text:"test",...
View ArticleHow to restrict tree expand and collapse to a specific port?
@STMax wrote: I have a node with two ports: one to right and one to bottom. At the bottom port I have a TreeExpanderButton. This is expanding and collapsing sub trees coming out of both bottom and...
View ArticleInconsistent scrollbars in diagram
@sang.nguyen wrote: I would like to customize the scrollbar vetically and horizontally. Please give me some intructions. Thank you. image.png1118×960 49.3 KB Posts: 1 Participants: 1 Read full topic
View ArticleAdding Common link and button to each node
@Bharamani wrote: Hi Friends, I am new to GoJs and exploring possibilities. Is it possible to add common link or button to each node in graph? lets say i have graph of 5 nodes and i want to link ->...
View ArticleAdding text and link on node
@Bharamani wrote: Hi All, Is it possible to add text and link both on single node? For Example : on click of link we will show pop up and do our functionalities on that node. Posts: 5 Participants: 2...
View Article