How to trigger selection event
@itayh wrote: Hi, I want to trigger selection event by mouse click and, even if the mouse pointer is on an item or a group. Is this even possible? Currently the selection is only triggered out side on...
View ArticleResponsiveness in go js
@no_one345 wrote: i intend to use go js as front-end dashboard elements/ graphs that show some data consider the following pictures responsive2.PNG662x520 9.23 KB responsive1.PNG760x463 9.04 KB now...
View ArticleCollection was modified during iteration: Set(Part)#453
@ahlam wrote: Hi , I’m trying to prevent the drop of some objects relaying on their category , i’ve done this : ` myDiagram.addDiagramListener(“ExternalObjectsDropped”, (e) => { if (myVar != null)...
View ArticleHow to cause a column to be filled vertically
@Luddy wrote: Hi, I have uploaded an example of my difficulty here. In the tab “new”, the two “aaa” nodes are quite close to what I am trying to achieve, but the dark gray rectangle in the center...
View ArticleGoJS version 1.8.26
@walter wrote: Fixed a regression from 1.8.24 where the opacity of objects was computed incorrectly. Fixed a bug where some objects resizing would not notify the Diagram. Posts: 2 Participants: 1 Read...
View ArticlePolylineLinkingTool - Customize Links?
@jpeng06 wrote: Is that possible to customize polyline links? for example, to modify the icon of joins and colour of links Screen Shot 2018-07-25 at 11.28.58 PM.png1426x734 19.9 KB Posts: 1...
View ArticleNode 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 ArticleLayer Properties required to allow click events
@turnert wrote: In my diagram, I’m using a node on a specific layer to act as “past time”. I set the layer as isTemporary so that changes to this aren’t managed by the UndoManager and I would expect...
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 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: 1 Participants: 1 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: 2 Participants: 2 Read full topic
View Article