"Focus" node on click?
@janyse wrote: Hi guys. This library looks really cool. Is there any way to "focus" a node when clicking on another? (think ), I'm referencing a node (better a link) from another link and I would like...
View ArticleGroup with multiple placeholders?
@jerome wrote: Hello, I'd like to achieve this type of diagram:I can have Node1, 2, 3... in Group's main placeholder.But I'd like to have other nodes (so I can link them) belonging to the groups and...
View ArticleHow TextBlock work with word-break (for CJK)
@angusprime wrote: I'v tried to use TextBlock.wrap ( and so TextBlock.wrap.None + TextBlock.overflow ) to deal with CJK.The best solution for me is set word-break to break-all. (cause contents are...
View ArticleDrawing a palette by clicking on a grid
@satowine wrote: Hi!So, this is the question:I have this grid: 2.PNG1581x445 4.82 KB Can i draw a square into grid's cells by clicking on it? This is the code of grid model: 1.PNG1164x495 55.6 KB This...
View ArticleInput event client coordinate
@xyan3 wrote: Is there any way to get mouseEvent clientX and clientY when gojs emit backgroundContextClicked Event? We tried diagram.lastInput.viewPoint and documentPoint and didn't work. Thanks!...
View ArticleWhen diagram isReadOnly, disable a shape's 'cursor: "move"'
@mckinleymedia wrote: I dynamically switch from 'view' to 'edit' modes. Is there a way I can I access the 'isReadOnly' value from nested objects in the diagram? Posts: 1 Participants: 1 Read full topic
View ArticleHow use GoJS LICENCE
@Fevill wrote: Hi I have gojs licene but i don't know what i will do with. Posts: 4 Participants: 2 Read full topic
View ArticleSub-optimal link routing
@lfrederic wrote: Hi, We have a diagram with a link template setting the routing property as AvoidsNodes and fromSpot/toSpot as AllSides. We sometimes get seemingly sub-optimal link routing, as can be...
View ArticleConflicting features and tools
@lfrederic wrote: Hi, We have implemented a diagram that is fairly feature-rich, especially when it comes to links. Among other things, we let the user select whether to use regular, curvy or...
View ArticleSeveral link labels in link center
@janyse wrote: Hi,I got two questions: a) Is there a way to have several textblocks on the center of a link but without a panel to put them together?b) I'm playing around with segmentOrientation, is...
View ArticleGrid Layout Tiles
@Spell wrote: Hello,We have a diagram with rectangle nodes with different height and width. Currently GridLayout finds the largest node height and width and all nodes use that surface to calculate...
View ArticleRemove textBlock after drop in canvas
@mckinleymedia wrote: I have a palette that shows symbols with labels. After I drop something on the canvas, I no longer want to show those labels (for some things), though I still want to use the...
View ArticleMoving whole diagram to centering a node without changing layout
@arthas wrote: Hi,I would like to check if the diagram's scale is not 1, then when user click on a node, the whole diagram's location will be changed to centering that node without changing current...
View ArticleHow to set object always selected?
@Ratatule wrote: I want to set adornment always visible. Posts: 5 Participants: 2 Read full topic
View ArticleInput Event Simulation in Unit Test
@xyan3 wrote: Hi all, Is it possible to simulate input event in angular unit test? I understand that Robot.js can be used for simulating input event when we run whole application in browser. However,...
View ArticleClicks seem to be passing through a shape... why?
@cfarmerga wrote: I'm trying to handle clicks on a shape in my diagram. In this case, it's the yellow one that contains "25" as its text. That rounded rectangle shape is part of the nearby link. When...
View ArticleHorizontal alignment of disjoint nodes in Swimlane
@nitin291989 wrote: Hi I am trying to work on swimlanes where i have multiple nodes in multiple swimlanes and nodes are connected across the lanes. No node in one lane is connected.Another scenario,...
View ArticleTool for Decision tree
@jgaard wrote: Hi is:- there a tool for creating code for a Decision tree?- it possible to create some steps with 2, 3 and 4 options. Kind regards JGaard Posts: 3 Participants: 2 Read full topic
View ArticleGOJS - Node locationSpot doesn't work
@ng wrote: I want to place one node at bottom right in my diagram. so i set locationSpot property to go.Spot.BottomRight. I also removed default initialContentAlignment property in a diagram. Even...
View ArticleRe positioning nodes changes the shape of link
@Rajeshpatil74 wrote: I have a link between two nodes which is segementable (resegmentable : true) which allows me to change the link in multiple segments. Now repositioning nodes, changes the shape...
View Article