GoJS version 1.8.24
@walter wrote: Fixed an issue with scroll wheel delta when making two-finger gestures to scroll or zoom. Improved ToolManager.positionToolTip and ContextMenuTool.positionContextMenu when zoomed in or...
View ArticleHow to get all links going out from a specific node
@haya wrote: Hiis there a function for getting all links going out from a specific node(the node the link goes to and the text written on the link)thank you in advance Posts: 1 Participants: 1 Read...
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 ArticleThe node will block the background image of the container
@forrest wrote: When I add a node to a container that has a background image set, the node will obscure the background image of the container. What can I do to make the background image appear in...
View ArticleLinks have a tendency to get close to the node
@mlerman wrote: Hello! I have a simple diagram using the LayeredDigraphLayout, with a loop, like so: image.png477x576 19.9 KB The diagram’s allowMove is set to false. If I select any node, the layout...
View ArticleUsing Binding without a data model
@av8orbynight wrote: Do I have to have a Part bound to a data model (binding a model to the graph, associating a part through a LinkTemplateMap, etc.) to bind a value setting to a Part’s attribute?...
View ArticleAnnouncing 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: 4...
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: 1 Participants: 1 Read full topic
View ArticleGojs between moving a node and creating a link
@Sami61 wrote: can we expand the transportation area? Posts: 1 Participants: 1 Read full topic
View Article