Quantcast
Channel: GoJS - Northwoods Software
Browsing all 6972 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

About 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 Article


Making 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 Article

Context 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 Article

How 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 Article


How 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 Article

Image may be NSFW.
Clik here to view.

Set 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 Article

Image may be NSFW.
Clik here to view.

Can 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 Article


Arranging 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 Article


Hyperlinking 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 Article

Using 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Draw 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 Article


Image may be NSFW.
Clik here to view.

Timeline 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Adding 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

Inconsistent 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 Article

Adding 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 Article

Image may be NSFW.
Clik here to view.

Adding 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
Browsing all 6972 articles
Browse latest View live