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 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: 1 Participants: 1 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 ArticleHow to disabled the zooming funtionality to Group Panel
@sitaram wrote: Hi , I am using GoXam library to draw the diagrams. My requirement is to disabled the zooming functionality of group panel but grouping objects(nodes) has to be zoom in/out...
View ArticlePart Centering after resize Grid
@mem wrote: Hello, my Program have a goXam Diagram and a Detail View. The Diagram and the DetailView are in a different Column in a Grid. First, the Column with the Details have a width of 0. I...
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 ArticleMVVM error
@Claudio wrote: Hi, we are evaluating GoXam for WPF but we have an error when we try to instantiate a public class MyData : GraphLinksModelNodeData { // define node data properties; setters should...
View ArticleLayered Digraph route is irregular
@sclements wrote: Hello, I have a Layered Digraph graph that has an odd appearance when I add an additional node and link. The nodes adds in the expected location, but the link route is drawn oddly...
View ArticleMigrating Northwood Controls to support .NET 3.5
@yuvaraj.rao wrote: We are currently using Cand having a plan to migrate the whole application. Please see the below version details we have used in our project: Visual Studio Version : 2005.NET...
View ArticleLink handling with ForceDirectedLayout
@lfrederic wrote: Hi, We are using a ForceDirectedLayout for our diagrams, which mostly give us the results that we want.However, there are a couple of points that could be improved from our point of...
View ArticleExcluding Part sub-components from diagram image
@lfrederic wrote: Hi, We are using Diagram.makeImageData() to export our diagrams as images. We would like some elements that are visible in a live diagram to be excluded from its image...
View Article