Uniqueness of __gohashid
@extrilldi wrote: Hello I'm developing a project based on GoJS, and planning to save links 'references' in a in-memory structure where I would do some CRUD operations, on the data associated with said...
View ArticleAvoid overlapping of links and selecting node of other side
@sangeetaarora21 wrote: I am creating a diagram which uses two trees. For this, I have referred treemapper sample. Now, I am connecting Left tree with the right tree on the basis of some conditions...
View ArticleAutoscroll while dragging nodes or connecting links?
@jfirebau wrote: Is there a way to get a goJS Diagram to autoscroll when you are doing a drag gesture? I have a problem where I'm trying to connect two nodes together using the relink tool, and I...
View ArticleRemove cyclic reference from existing model
@lipuabhishek wrote: Hi, I know that we can prevent drawing cyclic references by settingmyDiagram.validCycle = go.Diagram.CycleNotDirected;. Is there any way I can remove cyclic references from...
View ArticleGoJS version 1.6.13
@walter wrote: Changes for 1.6.13: Renamed the TypeScript definition file from release/goJS.d.ts to release/go.d.ts. Auto panels with a GraphObject.desiredSize set now account for Shape.strokeWidth if...
View ArticleMy nodeTemplate has changed,why?
@jay1 wrote: this is my nodeTemplate code; var stateTemplate=$(go.Node, "Auto", { locationSpot: go.Spot.Center }, //new go.Binding("angle").makeTwoWay(), new go.Binding("location", "loc",...
View ArticleHiding context menu based on node property
@rauld wrote: I have multiple context menus (Link, diagram and nodes).My nodes have a property named type, and i want to display or hide / enable or disable the context menu for nodes based on that...
View ArticleGOJS OrgChartDiagram
@RM wrote: How can I add elements new elements in nodeDataArray object. When I am trying to add new element it doesnt show up. { "class": "go.TreeModel", "nodeDataArray": [ {"key":"1", "name":"Stella...
View ArticleTreeExpanderButton
@manoj_hks wrote: Hi i'm new to go js i'm working on a flow chart and handling really huge data (approx 500 shapes and connections). For better visibility i want to implement TreeExpanderButton for...
View ArticleCustomizing node buttons
@Tamar wrote: Hi!I am trying to customize node buttons, so they will appear exactly as my designer designed them (visual example is attached). I would like to customize both the treeExpanderButton...
View ArticleOverlapping of nodes
@venkadesr wrote: Hi, I am having the xml to create a go.js GraphLinksModel diagram display. The xml i have used to create the nodes are attached herewith. I am getting the nodes overlapped each other...
View ArticleSelect node list item dynamicaly
@maligan wrote: Hi , I want to do automation testing on Nodes , by simulating node click and node selection etc. How can i select node by passing its index.say...
View ArticleWhen changing layout, resulting graph does not size nicely to viewport
@sclements wrote: I have an issue with the way a graph displays itself after a layout change. I allow the user to change the layout style of an existing graph. Once the new layout is applied, the...
View ArticleHow to move node to another one on mindmap
@kittipong.j wrote: We are currently on version 1.4.19. I want to move node on mindmap to another one. Please advise Posts: 2 Participants: 2 Read full topic
View ArticleHow to construct table-like diagram with "frozen" vertical and horizontal...
@Yefim wrote: Hi,I need a diagram which uses a grid. Nodes, which have different properties and fall in different template' categories, snap to this grid. Also the grid cells related to particular...
View ArticleApp data in generated JSON
@ramire01 wrote: Hello, I am working on a proof of concept application and everything is working very well. I have been reading the intro section and API, but I am unable to find the answer for the...
View ArticleTwo way binding for size and rotation
@ramire01 wrote: Hello, I am trying to bind two way the node size and the rotation. I tried: new go.Binding("geometryString", "geo").makeTwoWay(), new go.Binding("size", "dim").makeTwoWay() Where can...
View ArticleAvoid duplicate nodes in tree structure
@sangeetaarora21 wrote: Hi Walter, I am creating a diagram using tree mapper sample where I have two trees. One is on the left side and another on the right side. My tree can have multiple levels...
View ArticlePalette drop on Layer
@ramire01 wrote: Hello, I am creating multiple layers, where only one may be visible at a time. I would like to directly drop palette items onto the visible layer. Also, the links created between the...
View ArticleColor Picker
@ramire01 wrote: Hello, Is it possible to use the color picker directly without the inspector? I would like to setup a button on a toolbar that opens the color picker and applies the same fill or text...
View Article