Merging Links
@deer1209 wrote: gojs.png2016x1134 40.7 KB HiMy diagram is using TreeLayout, it has four layers leftmost as root and rightmost as leaves.I want to have some links on the first level nodes so I added...
View ArticleAbout touch screen devices
@gehaollt wrote: Hello, I've had a problem lately. Touch screen devices,For example, this instance: https://gojs.net/latest/samples/flowchart.htmlWhen I drag the element in the diagram,if the fingers...
View ArticleDouble Click on nodes in diagram not working with IE surface in tablet mode
@panirudh wrote: I have a diagram with number of nodes, on double click the node will open a modal in normal scenario. This is not working with surface in tablet mode. Double click doesn't have any...
View ArticleDrag Unoccupied
@Ab06100 wrote: how we can implement this(https://gojs.net/latest/samples/dragUnoccupied.html) with floor planner palette.i tried doing so but it gives Rect is not defined var $ = go.GraphObject.make;...
View ArticleProblem with snap to grid
@marco.az wrote: Hi, I am adding a 'snap to grid' functionality to my diagram and, following documentation and samples, I have activated the grid as the following grid: $(go.Panel, "Grid", {...
View ArticleCtrl + left key down on selection
@xyan3 wrote: Hi GoJS experts, Did I miss something in GoJS documentation? If you do 1. Press "Ctrl" Key,2.Use left mouse down select a node or a group of nodes, don't release the mouse.3. Then move...
View ArticleTextBlock makes extra paddings
@vorant wrote: Very long strings make extra paddings to TextBlock http://plnkr.co/edit/AQP1WAKkeWi7ILBmbQRH?p=preview Posts: 1 Participants: 1 Read full topic
View ArticleUnable to set Start/Sweep angles for figure Pie
@jude wrote: I'm looking at the Pie figure defined here: https://gojs.net/latest/extensions/Figures.js. I've been looking for a way to specify the start angle and sweep angle for the Pie figure....
View ArticleThe problem that is shifting of link
@nakyuz wrote: Hi, I have a big problem. The problem is happened sometimes. It is not deterministic. So i cant solve. The problem is that when i refresh the diagram model (F5 page), Although the...
View ArticleTrigger mouse events only within the geometry definition
@jude wrote: I've created a custom Shape, whose shape is actually defined by a geometry definition, such as the following: var shape = $$(go.Shape, { stroke: colours.white, strokeWidth: 2,...
View ArticleDraw unconnected links
@darioschmidt wrote: Hi, I am getting an error when I try to create an unconnected link The diagram configuration is private createDiagram(): go.Diagram { return $(go.Diagram, 'diagram-div', {...
View ArticleIs there a way to change the cursor while a node is being dragged?
@Hesh wrote: I am unable to find an example or documentation to specify the cursor, while a node or group member is being dragged. This also seems to be the case for a new link being drawn, or an...
View ArticleHow to prevent multiple nodes at same location?
@kenai wrote: Thank you so much dear Simon. I understood that problem. But now I have one more problem can you solve it? I'm using grid layout https://gojs.net/latest/intro/grids.html. Problem is...
View ArticleSelect Node after Some time interval
@YogeshMohan wrote: hey i have two things to ask ,1) Is there any way to dynamically add multiple nodes to another node without reloading the graph.2) who can i dynamically highlight or change color...
View ArticleDraw with the mouse illustrator style
@mariomeraz wrote: it is possible to use the library Figures.js to draw only the circle and define the size using the mousedownclic event, some small example. Thks Posts: 7 Participants: 2 Read full...
View ArticleFormat Text in Node
@itsjustcarlos wrote: Is it possible to format the text in a node to have table? We have 4 points of data, we'd like to that them in a table format, and then color code them dynamically based on the...
View ArticleIs it possible to prevent drop anywhere on diagram?
@marin wrote: I was wondering if there is a way to prevent a drop from palette to a diagram that includes preventing to drop a node on another node. I saw that the diagram mouseDrop event is called...
View ArticleDiagram.selection empty on MouseDragOver
@marin wrote: I'm trying to use mouseDragOver function on the diagram in order to change the cursor... However, the diagram.selection is empty (I need to know which parts are being dragged).Should...
View Articlemodel.addChangedListener behavior
@Hesh wrote: In the following code, the model is changed, plus a model.addChangedListener is being registered to detect any subsequent changes made by user actions. I want the callback function,...
View ArticleMultiple Node and group templates
@nitin291989 wrote: How can we have multiple Node and Group Templates in the same diagram? Posts: 2 Participants: 2 Read full topic
View Article