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

Image may be NSFW.
Clik here to view.

Layered Digraph route is irregular

@sclements wrote: Hello, I have a Layered Digraph graph that has an odd appearance when I add an additional node and link. The nodes adds in the expected location, but the link route is drawn oddly...

View Article


Image may be NSFW.
Clik here to view.

Link handling with ForceDirectedLayout

@lfrederic wrote: Hi, We are using a ForceDirectedLayout for our diagrams, which mostly give us the results that we want.However, there are a couple of points that could be improved from our point of...

View Article


Excluding Part sub-components from diagram image

@lfrederic wrote: Hi, We are using Diagram.makeImageData() to export our diagrams as images. We would like some elements that are visible in a live diagram to be excluded from its image...

View Article

Image may be NSFW.
Clik here to view.

Extra lines around the nodes during printing for Tree diagram

@sangeetaarora21 wrote: Hi,I have created a diagram using a treemapper sample. Now, I want to print this diagram. For printing, I have used the following code:- var pageClone =...

View Article

Tooltip disappearing and appearing when moving inside the Node

@Laidex wrote: Hi there,I have been working with the GoJs library for the last few weeks and managed to solve most problems I encountered. Today though I have a problem with the ToolTip for my nodes....

View Article


Zoom In / Zoom out is not working

@sangeetaarora21 wrote: Hi Walter, I am trying for zoom in and zoom out functionality but this is not working. I created two buttons "+" and "-" for ZoomIn and ZoomOut. var zoomInButtonClickCount = 1;...

View Article

Image may be NSFW.
Clik here to view.

Get connected nodes information on click of a node in a Tree

@sangeetaarora21 wrote: Hi Walter, I am creating a diagram using tree mapper sample where I have two trees. First tree is connected with another tree on the basis of some relationship. Please see the...

View Article

GoJS 1.6.3 and Electron

@chzh.austin wrote: I am using GoJS 1.6.3 and I see your example with Electron. go = require("gojs"); // assumes: $ npm install gojs My IDE is VS code, which has a really strong support on...

View Article


Loss the SVG Image when we Resize from Diagram Area

@amitjha wrote: Hi, we are adding SVG Image from Palette. its showing SVG image from Toolbox and also Diagram Area..when we Re-size Shape from Diagram area . if we resize Image from diagram area and...

View Article


Editable TextBlocks in a context menu

@felix wrote: Hello, I would like the user to right-click a node, get a context menu with two text fields into which she can enter data, and then click a button that modifies the model (according to...

View Article

How can I prevent duplication when dragging a node from palette

@triosyi wrote: Hello. I have tried to drag a same node from palette, and I have noticed that new node come to have a new key.If I want to prevent from dragging a same node that already been attached...

View Article

Unable to read data from go.Model.fromJson(String saved from toJson)

@pritish606 wrote: Hi , Following is the Json String produced by calling method toJson on my model : currentString = { \"class\": \"go.TreeModel\",\n \"nodeDataArray\": [ \n{\"key\":0, \"text\":\"Mind...

View Article

Image may be NSFW.
Clik here to view.

Making image with Image/SVG files

@harmoncantillan wrote: I have a project that the user can add image/svg file to the diagram and the user can download the diagram.i am using diagram.makeImage but the problem is, It does not include...

View Article


How to use allowGroup and allowUngroup diagram properties?

@Yefim wrote: Hi,apparently, these two properties are just flags (along with Group.ungroupable Part.groupable) and have no effect on user' ability to group and/or ungroup nodes using dragging toll...

View Article

Set Number of rows

@ussenator4u wrote: I am using lay.wrappingColumn = parseFloat(wrappingColumn, 100); to set number of columns in a diagramBut I am having hard time setting number of rows.Suppose I have 10 rows but I...

View Article


Image may be NSFW.
Clik here to view.

Remove Node outside the view

@ussenator4u wrote: Pasted image1122x699 12.5 KB I am new with GOJS Is there any way to remove nodes that are partially in the viewI want that if a node is partially in or out of the view then it...

View Article

Placeholder stretching

@lfrederic wrote: Is there a way to make a Placeholder stretch horizontally to the width of its parent Group? Setting the Placeholder's stretch property to go.GraphObject.Horizontal doesn't seem to...

View Article


Getting positions of all the nodes of a diagram

@srinivasdonapati wrote: Hi, We are having a diagram with multiple nodes and links.We are using a customized tree layout.We want to get the positions (X,Y) of the each node related to the diagram.and...

View Article

How to loop through all the nodes and its keys and text in a diagram?

@anand4us wrote: I have a palette and from palette suppose I dragged multiple nodes on to my diagram.Now I want to loop through all the nodes and its text and key property value for my condition to...

View Article

How to use propertyModified in DataInspector Js file?

@anand4us wrote: I want to use propertyModified property which is haing a call back function so that I want to modify the "text" value of a Node.I might be doing syntax error so its not happening for...

View Article
Browsing all 7069 articles
Browse latest View live