Can 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 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: 1 Participants: 1 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 ArticleRTL for tree Layout
@gunnu wrote: I have two different groups with tree layout. Is this possible to make entire tree view inside group as like image (RTL Layout)? Posts: 2 Participants: 2 Read full topic
View ArticleDiagram to image generating taking tomuch of time
@Richard wrote: I am using this link http://gojs.net/latest/intro/printing.html , if i am using the diagram length and width in 5000*5000 its taking less time but if i am using 10000* 10000 its taking...
View ArticleCopy & Paste different behaviour for Ctrl+V and Right click context menu paste
@JP wrote: Hi, While copy and pasting node with unconnected link using Ctrl + V and right click context menu paste I am getting different behaviour's.1. Node with unconnected link before copying 2.....
View ArticleI want to center childrens in TreeLayout.The childrens default left in...
@chengwei wrote: default style: change style which i want: i don't want to change layout,because i need to use some api which is part of Treelayout. Posts: 2 Participants: 2 Read full topic
View ArticlePort side alignment
@g.bartoli wrote: Hi,Happy New Year to Northwoods Software! :) I have a small question about if it's possible to obtain a specific behavior for port placement.Using the Dynamic Ports sample as a...
View ArticleTwo node templates, one for the basic shapes and other for the grouped shapes
@akash1 wrote: I have two types of shapes in a palette ,basic shapes and grouped shapes and when I drag them to the canvas same node templates applies for both type of shapes as i have only one node...
View ArticleLegible labels on links
@g.bartoli wrote: I would like to extend the previous graph with labels on links, I thought it would be better to continue on this topic rather than opening another one. Following the ER Sample, I...
View Article