Allow shift or option key to control grid snapping
@ewoudenberg wrote: In the Guided dragging tool the shift key is used to determine whether to snap to the guideline or not: GuidedDraggingTool.prototype.doDropOnto = function(/*pt, obj */) {... //...
View ArticleHow can I position a Node inside a group, on top of the group
@bens412 wrote: I am new to goJS and was trying to create something like a Hierarchy Group . I select a node and create a group. So the Group is creating looking like , but what I am trying to achieve...
View ArticleAlign multiple parallel links
@julfrnk wrote: Hey, I want to create some LayeredDiagraphLayout where I have multiple nodes inside a group that are all linked to the same node on the next level (see screenshot attached). But when...
View ArticleIs it possible to add group icon in Palette?
@chinna wrote: Hi, I need to add group icon in Palette, if You will drag that group icon into diagram area it will act like group, we can add icons to that group and delete icons from group, dragging...
View ArticleHow to reroute only the links involved in nodes being moved?
@ewoudenberg wrote: We like the way AvoidsNodes routing works on initial links, relinked links and links attached to nodes being moved, but want to disable it for links that are not attached to a node...
View ArticleGoJS version 1.6.18
@walter wrote: Changes for 1.6.18: Fixed CommandHandler.scrollToPart exception when called both before and after calling CommandHandler.deleteSelection. Fixed rare infinite loop in...
View ArticlePotential Bug for Undo/Redo using PolygonDrawing and Geometry Reshaping Tool
@esimmons wrote: We have been using the Polygon Drawing Tool in conjuction with the Geometry Reshaping tool. We noticed that we are unable to peform an undo if we move the pinch points of the polygon....
View ArticleQuestions on using TextBlock
@chzh.austin wrote: Hi GoJS, I am currently using TextBlock. I realize it is using HTML textarea by default, right? How can I remove the right-bottom corner on it? For a HTML textarea, I can do...
View ArticleAlignment of nodes having no links in LayeredDigraphLayout
@triosyi wrote: Hello. When using LayeredDigraphLayout, I want to know how to configure the alignment of nodes having no links.I set the layout option like below. var diagram = $goJs(go.Diagram,...
View ArticleHow to add icons to LinkReshapingTool corner bassed on...
@ravikirana32 wrote: in the above image i need to add the one image for horizontal reshaping, one foe vertical reshaping and one more for all direction reshaping am facing problems to set the image...
View ArticleOdd behavior of Undo/Redo mechanism
@artur.ptaszek wrote: I've prepared a sample for the problem that I want to describe.https://jsbin.com/honagajayu/edit?js,console,output Above example shows that undo/redo works fine in case of data...
View ArticleUsing DrawCommandHandler LocalStorageCommandHandler
@peter44 wrote: I would like to use the LocalStorageCommandHandler, but then I loose the functionality of DrawCommandHandler. How can I use the functionality of DrawCommandHandler and...
View ArticleLabel size after zooming
@nwoodsAcc wrote: Hello! I faced with a problem. I create graph with labels and after that zoom it with GoView.RescaleWithCenter() method. After that not only nodes but also labels zoom too. Is it...
View ArticleLink Lines to items in node
@rfickas wrote: We're in the process of evaluating your software to possibly use it to draw an ERD of data for our application. In the attached screenshot, is it possible for the link lines to align...
View ArticleHow to handle task overlapping/collisions events using GOJS
@venkatd wrote: How to handle task overlapping/collisions events using GOJS Posts: 7 Participants: 2 Read full topic
View ArticleUnwanted node highlighting when using Chrome
@ernestjessee wrote: When using Chrome, my graph nodes are highlighted when I select in a way that I did not style them to be highlighted (see below). The same thing happens in the DOM, but I am able...
View ArticleLeaflet map events will not tirgger when a diagram show on the top of the map
@Mountain wrote: I have created a custom Leaflet layer which with some simple popup window of Leaflet polygon. The popup window will show when mouse point to the polygon. I also make some Leaflet icon...
View ArticleCrossing links when grouping nodes
@longtd wrote: Hello All, When I group 2 nodes from parent nodes using LayerDigraphLayout, the result group creates crossing links. The group uses GridLayout. Please help how to make them not...
View ArticleGoToolPanning behaviour
@nwoodsAcc wrote: Hello! I use this code to use GoPanningTool: Northwoods.Go.GoToolPanning panningtool = new Northwoods.Go.GoToolPanning(goView);panningtool.AutoPan =...
View ArticleStrange behaviour (bug) of orthogonal links when adding additional points
@jahner wrote: I think I've found a bug in GoDiagram 5.2.0.45. To Reproduce the problem please start your 'Nodes Link Demo' application and create a link between e.g. the 'PinNode' object and the...
View Article