Node linking and diagram auto adjust
@opkeydev wrote: Hi, Is it possible to auto adjust diagram node without using any layout. i want to use layerSpacing and columnSpacing to add node in between of two nodes using drag and drop but i am...
View ArticleHow can we change color of links
@biswa wrote: How to change color of incoming links & out links of a node? How to manage color of links with respect to directions? With respect to incoming or outgoing directions. with respect to...
View ArticleNeed to display text on twins
@prameela.dara wrote: Hi, Below is the twins display code which I am using in genogram application myDiagram.linkTemplate = // for parent-child relationships $(TwinLink, // custom routing for same...
View ArticleStrange behavior after changing "fromSpot" and "toSpot" values
@itayh wrote: Hi, I implemented a button to merge links. I’m doing it by changing the “fromSpot” and “toSpot” of the links from go.Spot.LeftRightSides to go.Spot.Left or go.Spot.Right. That logic...
View ArticleI want GoJS to set Locations of Nodes automatic if TwoWay Binding has no data
@kishangajjar wrote: I am developing an application where 2 scenarios are present. First is standard mode, where user drags nodes from pallette and creates links to connect nodes. Second is auto mode,...
View ArticlescrollToPart crash, only when running locally
@Luddy wrote: Hi, [edit: never mind, the problem has disappeared! feel free to delete this topic.] In this example, if I select Dial and press the spacebar, the diagram centers around Dial. If I then...
View ArticleAngular 6 - gojs integration
@no_one345 wrote: i m working on a project in which i load the html of component from server to a varible in angular which is then unescaped by a function Capture.PNG813x257 12.9 KB then the main...
View ArticleGenogram Layout Problem
@YosuaSalim wrote: I’m developing a Genogram based on GoJS Genogram with VueJS. The Genogram can be saved into local storage and loaded anytime. It saves whole diagram data including node and link...
View ArticleSave the position of a node
@gbillot wrote: Hi, I am using GoJs to show the tables map of a restaurant. I use a Mysql table to store the data of the position, colour, etc. I need to save the position when the user moves the...
View ArticleDetect Editing is Started in TextBlock
@pawantarani wrote: Hello, I want to set maxSize of textblock to something like textBlock.maxSize = new go.Size(150,NaN); when user starts editing in textblock. And on diagram.TextEdited event, I want...
View ArticleAdornment menu positioning
@Giosk wrote: Hello, I created an adornment menu like this one: but I would like to obtain something like this: is it possibile? This is my code const makeButton = (btnText, action, visiblePredicate)...
View ArticleGojs diagram dive by class name
@no_one345 wrote: i m working on a project where the html is coming from the back end server and there are no ids with the div div have unique class name where diagrams need to be is there a way...
View ArticleLink object is not available during Undo\Redo operation
@kirthi wrote: Hi, I have created two nodes and a link between them. I performed Undo once and handled the RemovedLink event, so the link was removed. Now when I perform Redo, AddedLink event is...
View ArticleFunny displacement of Node
@kirthi wrote: Hi, From the shared Gif, you can see that I am double clicking on the node and the dialog box pops up. As I move through the combo box and click somewhere on the diagram, the node...
View ArticleHow do I enable swimlanes copy and paste
@Sami61 wrote: How do I enable swimlanes copy and paste ? I can not copy and paste Swimlanes. … Posts: 3 Participants: 2 Read full topic
View ArticleCan Twins have multiple different links?
@prameela.dara wrote: Can twins have multiple different links like the below given sample: image.png819x460 3.6 KB If so can you please help me? Posts: 1 Participants: 1 Read full topic
View ArticleBlurriness while scrolling on windows 10 + chrome
@michaelchann wrote: I have seen a post about this before but didn’t see a resolution to the issue. (Chrome & GoJS’s blurred textblock) I have a video of this happening in our product, but it...
View ArticleDiagram not working in chrome
@no_one345 wrote: i m working on a project in angular. I want to render some diagram in respective divs but i get this message in the element inspector of chrome diagram1.PNG1359x666 43.9 KB Posts: 5...
View ArticleLink label to foreground on link selection
@opkeydev wrote: i want to set link label to foreground when ever i select or edit link label i have set selectionAdorned to false but then i am not be able to select my link. please let me know how...
View ArticleDiagram changing after adding of link
@pavan.mehtre wrote: I am calling “LinkDrawn” event. In that event i want to call backend api after drag and drop but i don’t want to create new link between two nodes so i am deleting those link...
View Article