Link connecting to node not to port
@saicharit wrote: hi, when i want to connect the two nodes, i want to connect it from the ports, but it default taking the link from the node center, how to change the settings from node center to the...
View ArticleHow to make links appear overlapping in Go.Spot.LeftRightSides
@yscho wrote: The go.Spot.LeftRightSides setting is useful because it automatically changes the link's connection point when moving nodes. However, if there are multiple links between two nodes, it...
View ArticleGoJS version 1.7.0
@walter wrote: We are pleased to announce the general availability of GoJS version 1.7. The complete list of changes, as always, is at Change Log. Here is a summary of the significant new features:...
View ArticleCopy paste of node
@uidev wrote: when i copy and paste a node, the new node is pasted on the copied node, is there any way to make the node to paste it away from the copied node? Posts: 2 Participants: 2 Read full topic
View ArticleTextBox remains in edit mode if clicking outside of diagram
@esimmons wrote: We are having a problem where we click an icon in our application while a go.Textbox is in edit mode, and we open a jQuery dialog. From that point forward all the input from the...
View ArticleDrag and Drop the objects into the line border
@itdekd wrote: Hi All I would like to know how to drag and drop the objects into the line border of a object such as I drag a circle and drop it into the line border of rectangle. Did u have any the...
View ArticleIs there any way to check opened Transcation
@pratap wrote: Hi... how i can check number of opened Transcation at any instance. Posts: 2 Participants: 2 Read full topic
View ArticleLoop call while hovering cursor on top of canvas while integrating with...
@JP wrote: Hi, I am using Gojs with angular 2 application. In that, a method is calling continuously when I hover a cursor on top of gojs canvas. In angular 2 to bind a div color I am using...
View ArticleDisable initial animation
@cobolstinks wrote: Hi, I'm on 1.6 and am trying to disable the inital loading animation. When my layeredDigraphLayout diagram loads it 'fly in' from the upper left corner to the lower right. I came...
View ArticleModel data is alter automaticly
@chengwei wrote: When i add a picture to node template. i initial node data using Diagram.model = go.Model.fromJson(data) .The linkDataArray points is altering automaticly。 right data:...
View ArticleDotted Graph gridlines
@abhi2434 wrote: Hi, While creating the gridlines, I have been drawing the gridlines in such a way so that it looks nice. To do that I have used to following code : this.graph.grid =...
View ArticleAngle-changing tree layout
@Deuchnord1 wrote: I'm quite new with GoJS and I would like to make an UML class diagram. I'm using the sample to begin. To make the diagram as easy to read as possible, I would like the...
View ArticleAdornment for link with a label panel
@anvlkv wrote: Hello, How would you make a link adornment that outlines link and it's label? By default link looks like this: The closest I came to is: selectionAdornmentTemplate: $(go.Adornment,...
View ArticleHow to make an image of a diagram
@bresc wrote: I`m new here and i was trying to use the makeImageData function it works but it just makes a blank image i dont know why Posts: 2 Participants: 2 Read full topic
View ArticleSelf loop link shape
@abhi2434 wrote: Hi, I have been trying to change the look of Self looping which is used in our application. In our case, the self loop looks like a straight line when drawn During the self loop draw,...
View ArticleDiagram Rendering takes a lot of time owing to huge nodeDataArray and...
@pistolShrimp wrote: Hi,I have a huge linkDatatArray (at least 2000 links including the tree node-child links) and NodeDataArray (atleast 500 nodes). As a result after new...
View ArticleUpdate gojs to 1.7.0 using typings
@cardis1 wrote: Hi, I want to update the version of gojs from 1.6.22 to 1.7.0.Our application using typescript. In the past (last year), we used the file index.d.ts from this...
View ArticleHow to install radiallayout.js by using " bower install"
@ndurgaprasad wrote: Hi Team, I could not able to install 'RadialLayout.js' by using bower.Please help me out. Thanks,N Durga Prasad Posts: 1 Participants: 1 Read full topic
View ArticleCan we use GOJS with typescript
@pratap wrote: Hi... Can we use GOJS with typescript?If yes then which version of typescript is supported. Posts: 1 Participants: 1 Read full topic
View ArticleHoe to add an empty band to the layeredDiGraph
@shaked wrote: hello,while reviewing your product I encountered this sample code:http://gojs.net/latest/samples/swimBands.html I saw a previous question regarding adding more parents to each node,...
View Article