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

GoJS version 1.7.28

@walter wrote: Typescript definition fixes. When Part.move is called on a Group, the method no longer invalidates Link routes inside the group. Fixed regression in 1.7.23 with performing extra layouts...

View Article


Texteditor fires `focus` event several time and fires not properly

@vorant wrote: Hello, I took an example by using Texteditor from your demo https://gojs.net/latest/extensions/TextEditor.html I found focus event fires several times and fires not properly. focus...

View Article


Two or more links between same nodes

@Rajeshpatil74 wrote: Is it possible to to have two or more links between same nodes but with different category ?? In my situation, two nodes have relation and shows link between them. And there is a...

View Article

How to add two separate linkdata array to graphlinks model..?

@sidhartharaj wrote: I am having two separate link data arrays and i want to add it one single diagram EX:var model = $(go.GraphLinksModel); var nodeDataArray = [ nodedata]; var linkDataArray = [ link...

View Article

Making a node inside a node

@kasir wrote: Hiis there any way to make node in node such as framRectangle = Rectangle in rectangle circle ??ellipse ? Posts: 2 Participants: 2 Read full topic

View Article


layoutDiagram not animating in 1.7.28

@jkainth wrote: Hey While evaluating GoJS i was using 1.7.26.I just activated my license, downloaded the customized GoJS download - which happens to be 1.7.28 With the same code base -in 1.7.26 when i...

View Article

GoJS version 1.7.29

@walter wrote: Fixed a case of missing layout animation. Posts: 2 Participants: 1 Read full topic

View Article

How to access node data from context menu inside node template?

@chathuraa wrote: Hi, I have the following code. How do I access node data? const contextMenuGenerator = (nodedata) => { switch (nodedata.type) { case value: break; default: break; } return...

View Article


Image may be NSFW.
Clik here to view.

TimeScaleGridlayout

@jabbar.ali wrote: Hi ,I wanted to create a time Scale Grid view using - goJS. it should look like Br,Jabbar Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Node decorators

@nitin291989 wrote: Is it possible to have node decorators which look like this (pointed by red arrows): Also, location of decorators is fixed. And node label at the lower portion of nodes (pointed by...

View Article

How to add checkbox to DataInspector?

@kasir wrote: Hi AllHow to add my checkbox in the Data Inspector Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Node mark with arrow

@or.madipor wrote: Hi, I want to place an arrow on the shape bottom right (see example).The arrow should appear only near to specific node and it's not change by another node click (can't use...

View Article

Image may be NSFW.
Clik here to view.

Planogram with repeatable background icon

@mary wrote: Using GoJS (v1.7.29), how do I code the following: Step One: Drag and drop an item (depicted by an icon - e.g. wrench icon) from the Planogram palette to the rack.Step Two: Resize the...

View Article


Two Resizing Tools active at a given instance

@Rajeshpatil74 wrote: I have a BPMN diagram implemented with suggestions for you which has multiple lanes (row) and status(columns)- Its a kind of mix of two samples ( BPMN sample and another of...

View Article

Node diagram: flickering on mouseover

@or.madipor wrote: Hi, I created a simple genogram with number of nodes.Sometimes, on node mouseover, the node and all the connected nodes are flickering together. On node mouseover, the mouseover...

View Article


Use sql tables to create family diagram

@fwd wrote: how to use sql tables to create family diagram?I am working on MVC 5 and using EF. Posts: 4 Participants: 2 Read full topic

View Article

Angular2 and TextEditor extensions

@dribes wrote: Hi, I'm working on a workflow designing tool using GoJs in an angular4 application.I would like to let the user create link between workflow steps, once he created the link I want him...

View Article


Is there a onLinkingStart event for linkingtool?

@Kakit wrote: Hi, I want to have a event listener to capture users linking behavior. To be more specific, when the linking tool starts, I want to set which nodes are toLinkable on the fly. Basically,...

View Article

AvoidsNodes is invaild when group within group

@CL.Peter wrote: Hi walter,When there is a big group contains two group, the attribute-AvoidsNodes of links in these two groups is invaild.The following is my sample code, open it and you will find...

View Article

Keep the space for hidden element

@nitin291989 wrote: How to keep the space for hidden element ? Using, visible : false , doesn't keep the space. Thanks. Posts: 1 Participants: 1 Read full topic

View Article
Browsing all 7069 articles
Browse latest View live