GoJS version 1.7.4
@walter wrote: Changes for 1.7.4 Added the Sector Reshaping sample, demonstrating a custom Tool that supports interactively changing the angle and breadth (sweep) and depth (radius) of a pie-shaped...
View ArticleUndo/redo functionalities not working in GoJS 1.7.1?
@sheraz104 wrote: undo/redo was working fine in GoJS 1.6.7 but when I upgraded to 1.7.1, this error was shown in the console. undo error: TypeError: Cannot read property 'key' of null Thanks Posts: 6...
View ArticleStrange behaviour with adjusting set to go.Link.End
@Doogal wrote: We have started to set adjusting to go.Link.End on our links to help eliminate unnecessary rerouting. With this one line change, our diagram now looks like this The links have no...
View ArticleMultiple Links to Links connection in different position
@kirthi wrote: Hello, I'm trying to achieve this result: Am using link 'LabelNode' to create a node on the link. When i connect multiple nodes to the label node, it results like below. Is it possible...
View ArticleGoJS-server communication - the most efficient way?
@sheraz104 wrote: Well, our current approach towards this is pretty trivial. What we are actually doing is we post full "nodeDataArray" of our tree layout diagram whenever there is any change (e.g....
View ArticleSVG download like minimal blob
@cbh wrote: Thanks for getting the minimal blob example working. I am using it to export pngs. I tried setting the type to: type: "image/svg+xml" but this just returns a png. Any ideas how I can...
View ArticleDraggable Label Node
@kirthi wrote: Hello, I could able to connect links to another link by defining a label node on the link. But the label node is always attached to the middle of the link. I would like to have a...
View ArticleAllow specific connections to Link to a port which is defined as LinkableFrom...
@kirthi wrote: I have a node and say a port is made LinkableFrom as true. But What I want is the port which is defined as LinkableFrom is to accept link (i.e Act as LinkableTo) from some pre defined...
View ArticleEvent after SelectionChanged?
@lise wrote: Hello, In my Diagram I have some nodes marking rooms, called RoomNodeData. There's a ClickCreatingTool, which creates those nodes upon double click. These room nodes contain a property...
View ArticleResizing problem
@riya1 wrote: HiWhen I am resizing my node then one group is automatically invisible .What may be the reason ?? Posts: 3 Participants: 2 Read full topic
View ArticleOn deleting Node Canvas Data is not visible
@riya1 wrote: HiWhen I am deleting a node from one canvas then other canvas data is not visible.But it is present in nodedata Array.Please give solution fast. Posts: 4 Participants: 2 Read full topic
View ArticleNode with soft "shadow" in all directions
@i_pfeifer wrote: Hi, is it possible to customize the node shadow?GoDiagram default: The node should have a soft "shadow" in all directions like in the following picture:Another example are the...
View ArticleTextBlock properties are not working
@pistolShrimp wrote: Hi, I am using a textblock in an "Auto" panel by specifying specific properties to that textBlock. Most of these properties are not working. Below is the textBlock I defined...
View ArticleStrange behviour in flowgrammer Example
@tejbir wrote: Hi, I found strange a behavior in flowgrammer example. Let me show you in below steps:- 1) I want to add a action3 on the link between Decision box and action2. 2) After adding action3...
View ArticleHelp with Panel layouts, border-left
@tr3online wrote: Hi there, I'm newish to Go.JS and have got some graphs working quite well. I've been struggling a bit with trying to make them look a bit better. For example I'm attempting to make a...
View ArticlePorts and arrows on shape
@Ashishsharma wrote: I am evaluating GoJS for one of my project, so I create shape and show port on it to connect the shapes. so what happening now is when I tried to crate link it connect from port...
View ArticleNodes in group should be same size
@Ashishsharma wrote: I have one group and I have several nodes in that group which are loaded dynamically of different size and I want that each node in group have same size which should have largest...
View ArticleMove link label along the link line
@chzh.austin wrote: I am following this http://gojs.net/latest/extensions/LinkLabelDragging.html to enable draggable label. It works great. I would like to do more -- make label only move along the...
View ArticleDiagram isn't reflecting cursor change
@turnert wrote: I'm trying to change the cursor for the diagram based on state of my application. I have this.diagram.currentCursor = "progress"; but I never see the cursor actually change when I...
View ArticleWhy my Template Maps not working?
@M1kefly wrote: When i'm dragging elements from palette to diagram, properties don't change, but i created different maps. What i do incorrect? var activityNodeTemplateOpeningHours = $(go.Node,...
View Article