undoManager disables transitions?
@g.bartoli wrote: Hi,as I explained in another topic, I'm using dynamic layout switching and everything works fine (thanks Walter!).I noticed that transitions between different layouts are smoothly...
View ArticleHow to enable a vertical scrollbar inside a group with tree layout
@pistolShrimp wrote: I have a group which is a tree structure. Since I am fetching records from server during load, it displays a long tree without scrollbar. My requirement is that I want to restrict...
View ArticleClick to Click functionality for link formation
@pistolShrimp wrote: I have two groups containing nodes. I want to create links between them by first clicking one node and on the second click on the other node a link should be formed. Is that...
View ArticleLink Point's not binding to model json in draggableLink Sample
@JP wrote: Hi, In this sample http://gojs.net/beta/samples/draggableLink.html, I have added a some lines to get the json after link is drawn. myDiagram.addDiagramListener("LinkDrawn", function(e){...
View ArticleGetting swimlane group ID while Drag&Drop
@Gowrishankar wrote: I could not get group name or unique id while I drag & drop node in to swimlanes code:groupTemplate mouseDrop: function(e, group) { debugger // always getting (group.row = 0 )...
View ArticleReshaping Multipe shapes together
@JP wrote: I have a node template which contains multipe shapes.So I need to reshape all shapes together without chaning it look. $(go.Node,{resizable:true,resizeObjectName:"a"}, $(go.Panel,{name:"a"}...
View ArticleCan I reshape Group in an Orthogonal Way?
@chinna wrote: Hi, I seen one example in GoJs Samples, in this Link will be Reshaped in an Orthogonal way. Same thing i want to implement for Group. I seen this example:...
View ArticlePassing from one node to another with keyboard using tab key
@pratap wrote: Hi... I am new to GOJS. And to jump from one node to another or from one group to another by using the tab key. Meaning by that, when a node or a group is selected, then, hitting the...
View ArticleHow to change focus from one Part to other Part in Diagram by someEvent
@pratap wrote: Hi... there is a link https://gojs.net/latest/samples/navigation.html . In which by changing value of radio Button focus shift to someOther part of Diagram. How this is happening. Which...
View ArticleFind Parent node in treeview
@gunnu wrote: i want to hide line marked as red if the node was parent node. and align correctly this is custom treelayout . can you help $(go.Panel, "Horizontal", { name: "indentPanel", alignment:...
View ArticleCustom Straight line for Avoid Nodes. Jump over is not working
@JP wrote: Hi, I am writing custom class for making straight line for avoid nodes by overriding Link.computepoints(). That mean if link is drawn below 9 pixel's then link will be straight and if link...
View ArticleGenogram layout question
@jedidiah wrote: Hi, I have replaced the data in the Genogram sample with some of my own which is only slightly more complicated and have a couple of problems with the layout, This is my...
View ArticleHow can I create a process node that has multiple sub-graphs or groups?
@matthewsanford wrote: I apologize for what seems like my newbie question, but I am having trouble constructing a node that has different distinct sections. I have tried to use pieces from the...
View ArticleTextBlock Color change Dynamically - GoJs
@Ajithnath wrote: Hi i am using gojs in my web application(ASP.Net MVC and Chrome browser) i need to provide text color change dynamically for Text Block. I searched and found to use "stroke" keyword...
View ArticleHow to change the zOrder or layer of default selection Adornment
@starwave wrote: Hi... I draw a layer above all other layers. This layer is bespread with a node in white color. So this layer can cover up all other nodes which not belong to this layer. But this...
View ArticleGoJS on Angular2
@itdekd wrote: Hi Can you give any example to create GoJS diagram on Angular2 (Angular 2+Typescript) ? Thank you Posts: 2 Participants: 2 Read full topic
View ArticleShape is not stretching according to the text
@aj wrote: Shape is not stretching according to the text please find the below image I have used wrap: go.TextBlock.WrapFit property in myDiagram.nodeTemplateMap.add("", // the default category ));...
View ArticleHow to print large image
@Richard wrote: generatePDF() { // var myDiagram: go.Diagram; // sanitize input var width = this.diagrams.documentBounds.width; var height = this.diagrams.documentBounds.height; console.log(width);...
View ArticleHow to include two custom context menus
@gunnu wrote: Im using html content menu but I want to show different menu on click on blue color area. How to add another custom menu? Posts: 2 Participants: 2 Read full topic
View ArticleGoJS version 1.6.22
@walter wrote: Changes for 1.6.22 Fixed lack of jump-over or jump-gap when link routes have only two points. For information about older releases, please read the change log:...
View Article