Diagram 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 ArticlePossible to click endpoints to create link via LinkingTool?
@turnert wrote: TL;DR: "The LinkingTool lets a user draw a new Link between two ports, using a mouse-drag operation." - Can I use this using mouse-click operations? For the system I'm working on, we...
View ArticleGenerate XML from canvas diagram
@uidev wrote: Hi, How can I generate XML for a diagram in goJS? Posts: 2 Participants: 2 Read full topic
View ArticleHow to get the Diagram
@Vineesh wrote: I am a newbie starting to use GoJS and have a basic question I have created a new Diagram and want to later get access to it in another function which gets called upon click of a...
View ArticleError: Cannot make a Group a member of itself
@pistolShrimp wrote: Hi,While loading the diagram, I often face this issue which fails to render the diagram on the canvas but this is not happening all the time. I surprise why I can't see this issue...
View ArticleSpace between group image and subgraph expander button
@uidev wrote: Hi,There is lot of space between group image and subgraph expander button when collapsed. How can i change it.My code is like this: goObj(go.Panel, "Horizontal", // The picture...
View ArticleReducing space between nodes
@riya1 wrote: Helo Walter I have one doubt not related to this topic.How to reduce spacing between nodes. How to reduce spacing between these files .I marked the area. Posts: 2 Participants: 2 Read...
View Articlego.Shape.getFigureGenerators().toArray();
@neilspragg1 wrote: Using the function like this: myShapes.model.nodeDataArray = go.Shape.getFigureGenerators().toArray(); works as expected and displayed all the icons from the figures.js file on the...
View ArticleGoJS version 1.7.5
@walter wrote: Changes for 1.7.5: Added the Minimal SVG Download sample, demonstrating Diagram.makeSvg and "downloading" the resulting SVG file. For more information about the new features of version...
View ArticlePan canvas when dragging a link to a node outside of viewport
@dtom wrote: When dragging a link from a visible node on the canvas to another node outside of the current viewport, is there a property in the LinkingTool or PanningTool that can auto pan in the...
View ArticleHyperlink to double tree nodes
@mohanr.k wrote: Hi, GOJS version : v1.7.2 I have a requirement to show particular double tree nodes text as hyperlink and remaining nodes as normal text. As given in samples I have used TextBlock to...
View ArticlePort loaded from itemArray doesn't show correctly
@chzh.austin wrote: I am serializing my ports on a node and would like to read them back through item array. However, the first port is not showing correctly. Only the first one though. Any idea?...
View Article`setFromKeyForLinkData` sets the `from` property to `undefined`
@Jany wrote: With GoJS 1.7.5 in Chromium. Sometimes, when calling setFromKeyForLinkData, a single call will set from to undefined instead of the string I provide, and if I call the same method with...
View ArticleMoveable/Draggable ports
@Tany wrote: Hi,i'm implementing a telecom solution where ports are significant. I have a use case where a user has link between two ports and he would like to drag the ports to some other place on...
View ArticleGoJS version 1.7.6
@walter wrote: Changes for version 1.7.6: Added the RoundedRectangles.js definitions of figures that have rounded corners only at the top or only at the bottom. Added the Rounded Groups sample...
View ArticleCreate a root node that is fixed at 0,0
@RazorJack wrote: Hi All, I've been playing with GoJS apart of a programming class I'm taking. For my final project, I've decided to create a mini diagramming website using a MEAN 2.0 stack, jQuery...
View ArticleHow can I stop selection handler to zoom
@anupamsinghbisht wrote: I don't want to zoom in selection handler on any shape, but want to zoom object itself when performing zoom on diagram. How can I achieve the same. Posts: 2 Participants: 2...
View ArticleNode is not moving after adding adornment
@tejbir wrote: Hi, I have created a node, And i also added the adornment on the node. After adding adornment on the Node, the node is not movable/draggable. Please help.Thanks Posts: 2 Participants: 2...
View ArticleHow to override Group.findExternalLinksConnected method
@leotody wrote: when open an group with hundreds of nodes and links, it's very slow, and i find the most time-consuming method is Group.findExternalLinksConnected, so i want to implement the method by...
View Article