Quantcast
Channel: GoJS - Northwoods Software
Browsing all 6968 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

Avoid 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 Article


Autoscroll 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 Article

Remove 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 Article

GoJS 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 Article


Image may be NSFW.
Clik here to view.

My 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 Article

Hiding 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 Article

GOJS 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 Article


TreeExpanderButton

@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 Article


Image may be NSFW.
Clik here to view.

Customizing 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 Article

Image may be NSFW.
Clik here to view.

Overlapping 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 Article

Select 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 Article

When 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

How 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 Article


App 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 Article

Two 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 Article


Image may be NSFW.
Clik here to view.

Avoid 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 Article

Palette 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 Article

Color 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
Browsing all 6968 articles
Browse latest View live