Hyperlink for any nodes in incremental diagram
@mehdi58 wrote: Hello,How can I add hyperlinks on nodes in incremental diagram for JS.Thanks Posts: 2 Participants: 2 Read full topic
View ArticleBroken port behavior
@SimonBrodtmann wrote: I used the flow chart example to first create a simple chart output without editing possibilities. The JSON is generated by the server and everything works fine.After that, I...
View ArticleMapping field of records
@nadeemparvez.ak wrote: Hi, I am looking to represent a tree structure of data on the fields of records. are there any options available for the same ? for example i would like to represent the below...
View ArticleGet diagram.selection within DraggingTool.doStart() method
@Yefim wrote: Hi,I need to get a collection of nodes to be dragged at the beginning of the process (if someone curious why - on a large diagram with many links, in order to improve performance, I am...
View ArticleHow to send the Links backward to any crossing Node in GoJS diagram
@manasagarwal wrote: As you can see in the diagram many links are crossing the nodes which looks dirty (NODE1, NODE2, RAM1, SSD3), I want to send all the links lines backward. Please let me know how...
View ArticleShape with a double border
@Doogal wrote: Hi I'm just wondering what is the best approach for drawing shapes with a double border? Our users can add various different shapes to the diagram and we let them set the border width...
View ArticleGOJS TREE with two groups with same key name
@nadeemparvez.ak wrote: Hello I am implementing concepts of records containing tree. so I am creating two groups in node Data Array { isGroup: true, key: -2, text: "Device Model", xy: "300 0" },...
View ArticleGoJS version 1.6.8
@walter wrote: Changes for 1.6.8:- Fixed how Diagram.findNodesByExample and Diagram.findLinksByExample compared Arrays- Fixed link routing in some cases where there was a TwoWay Binding on Link.points...
View ArticleHow to add Listener to Diagram.lastInput
@ebbnormal wrote: Hello. I am trying to add an Event Listener which would be called everytime diagram.lastInput's value is changed. It would probably look like: diagram.addModelChangedListener()...
View ArticleRestrict relinking only to the same node
@SimonBrodtmann wrote: Hi, I want to restrict relinking only to other ports on the same node.So I tried to use link validation: diagram.toolManager.relinkingTool.linkValidation = function(fromnode,...
View ArticleSlide diagram to Bring a selected node to front
@lipuabhishek wrote: I have a very big diagram where few nodes are out of view on the canvas. I have implemented a node search functionality which works well for selecting the target node.Is there any...
View ArticleSegment creation rhombus
@shameer.sheik wrote: Hi, I can notice that the rhombus that is used for segment creation is not present in the start segment and the end segment , how can i make this appear ? Posts: 5 Participants:...
View ArticlemakeSvg() issues with 1.6.9
@estesbubba wrote: In our mobile app I'm using makeSvg() to display an image of our diagram. This was working just fine 1.6.1 and with 1.6.9 I'm seeing these issues. The only options given to...
View ArticlemouseDrop on a graph Node
@ernestjessee wrote: I would like to add a mouseDrop method to my node template and know 2 things when that drop method is called: what was dropped and what it was dropped on. for the latter, I mean...
View ArticleLayered & Layered-Horizontal Graph layout
@Archie wrote: Hi,I am using GoJs (V1.4.6) graphs to create layered and layered-horizontal layouts. I have ensured that my layout settings are identical to what has been shown here :...
View ArticleMixing orthogonal and normal linking
@running_randall wrote: I'm using genogram layout but in certain cases I want to do a hybrid normal linking (where individuals are twins). Here's my regular orthogonal linking: myDiagram.linkTemplate...
View ArticleDrop coordinates for mouseDrop
@ernestjessee wrote: I am trying to handle a mouseDrop on a diagram. need to know if the drop is to the left of the drop target center or to the right. I have what I believe is the drop target...
View ArticleGoView and SharePoint 2010
@LDLKM wrote: I am running a SharePoint 2010 Farm and trying to create a visual webpart with a GoView control. I am using the Framework 3.5 version of the control as SharePoint 2010 does not support...
View ArticleUser textblock edit with cascading consequences
@felix wrote: Hello, after the user has edited a textblock in a given node, my application has to immediately propagate changes to the data of all descendent nodes. (No cycles allowed in the diagram,...
View ArticleInitialposition
@shameer.sheik wrote: Hi, i am trying to set the initial position , but my diagram is always displayed in the (0,0) position. fg(go.Diagram, divId, { initialPosition : new go.Point(600,600),...
View Article