How to get out of focus and activate click on the same time while in text...
@ofirasor wrote: Hi, I have a node which holds a text block that is editable.When clicking the node the text block is focused and is editable to enter text.Now, right or left clicking on any other...
View ArticleTrim spaces in defaultTextEditor
@anvlkv wrote: Hi, I’m trying to do a rather simple thing but I can’t see where I should do it. A user is editing text using the default text editor. I need to trim() spaces on this text before it...
View ArticleAre Web Links possible?
@jwhitmore wrote: I guess this is a simple yes/no, but if it is yes a pointer would be very helpful. I'm searching for "gojs web link" but keep getting results for the actual link feature within a...
View ArticleHow to Flip the Panel in Horizontal/Vertically
@JP wrote: In this sample https://gojs.net/latest/samples/tiger.html, a panel contains multiple shapes. Can you tell me how to flip the this panel in horizontal way? Posts: 4 Participants: 2 Read full...
View ArticleHow to generate a matrix (node, edges) out of a graph?
@sebastian.schall wrote: For simulations of electricity networks i need incidence matrices. Is there a function, which generates the related matrix with node and eges. For example, if a node is...
View ArticleNode not resizing after group is resized
@saicharit wrote: hi, i have a problem, before adding the functionality of the group resize my node is getting resized properly, but when i have added the functionality for group to resize, then my...
View ArticleLink 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: 4 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 Article