Announcing GoJS 2.0 Alpha Release
@simon wrote: For 2.0, GoJS has undergone a rewrite into TypeScript. A source license will include .ts source files as well as .js sources, and examples of how to build the library into your project...
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 ArticleDrawing multiple lines across diagram
@nkindia wrote: My code: diagram = $(go.Diagram, ‘canvasDiv’, { allowMove: false, allowVerticalScroll: false, allowHorizontalScroll: false, initialContentAlignment: go.Spot.TopLeft, padding: 0 //...
View ArticleReduce GOJS library size
@jose_vi wrote: Hi, We are trying to reduce the size of our web app. It is an Angular 6 app, and we are using Scrolling Table and Selectable Fields. These are the elements that we are importing:...
View ArticleCtrz - z & undo works only one time (swimlanes issue)
@Sami61 wrote: When I drop an object in a swimlane, undo button or ctrl+z works only one time. It does not work again http://g.recordit.co/qAokHrEz2e.gif When I remove _getPoolLayout work fine....
View ArticleChanging category inside a template binding
@turnert wrote: I have a situation where, depending on the length property of a node, I want to display different templates. Since this width can change via tools and updates to the node’s data, I...
View ArticleGroup addMembers not working
@cr3zi wrote: I’m trying drop my node from my palette to my diagram into a group and it isn’t being added. It’s being deleted right when I let go since my selectionDeleting event is being called. The...
View ArticleIncrease the node link down to show node in next generation in genogram
@prameela.dara wrote: Please see the below diagram. How to increase the link to downwards which can indicate it next generation as I highlighted with Red box in the below diagram. Posts: 3...
View ArticleGoJS version 1.8.25
@walter wrote: Fixed a regression from 1.8.24 where some browsers and mice would use an incorrect wheel delta. Performance improvements when drawing Diagrams with large numbers of GraphObjects out of...
View ArticleReverse Engineering
@spnath wrote: Our web app using GOJS NodeDataarray to create icons. This is working fine. Our old app has similar features and wants to migrate to data. How I can create model data in C# so that...
View ArticleWeird Blinking behavior when zooming and defining Opacity
@itayh wrote: Hi, I’ve uptadeted to your latest build (1.8.25) and this issue started to appear. when I am using the mouse wheel to zoom in, the screen start to blink. This wasn’t happening on your...
View ArticlePackStraighten doesn't work well
@itayh wrote: Hi, I’m using AlignedLayeredDigraphLayout as the main layout and as the layout of my groups. I’m dealing with big topologies so it’s very importent that the line will be straighten if...
View ArticleSwimlane drag drop not working
@Sami61 wrote: swimlane drag drop not working properly… prmr file… https://ufile.io/3szeu 0HhqbHDUMD.gif1434x707 766 KB Posts: 4 Participants: 2 Read full topic
View ArticleGojs between moving a node and creating a link
@Sami61 wrote: can we expand the drag drop area? we can only move from the text field to the start node 4kp7nqq19I.gif1521x720 289 KB Posts: 4 Participants: 2 Read full topic
View ArticleHow 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: 2...
View Article