Can I add control points to link?
@ironwill1023 wrote: Hello I need to insert control points to link whenever I want. Exactly like this video: https://www.useloom.com/share/644699eb77184821b486861034300d47 Can you plz if this is...
View ArticleTooltip binding conversion function called twice
@Lucian wrote: Hi, I have a node which contains multiple items. For each of the items, I have a different tooltip, which is built using the function buildTooltipText. When I hover over one if the...
View ArticleHow to Flip And Mirror the Panel in Horizontal/Vertically
@biswa wrote: How to Flip And Mirror the Panel in Horizontal/Vertically? Is there any way to do this? We want to implement flip and mirror on panel. Example code:- $(go.Panel, “Vertical”, { name:...
View ArticleError in iterating over links and adding new links
@no_one345 wrote: i m working on a diagram this is a follow up to my last question which u answered by saying me to add links to diagram instead of model in loading the model now i m trying to iterate...
View ArticleHow to modify data in node's itemtemplet?
@Spark wrote: here is my code: diagram.nodeTemplate = Go(go.Node, "Vertical", new go.Binding("itemArray", "items")); diagram.model = Go(go.GraphLinksModel, { nodeDataArray: [ { key: 1, items: [...
View ArticleInteracting with unmodeled link
@no_one345 wrote: i m using unmodeled link but i cant seem to find and delete it using the following code i need to find it and delete it Screenshot from 2019-02-13 11-11-47.png716×241 28.1 KB console...
View ArticleHow to position Parts correctly
@Hesh wrote: Hi, I have a diagram with just 2 groups at its top level. Here is the JSFiddle for my code: https://jsfiddle.net/Hesh/gm7jyft2/6/ I want to position the two at the opposite sides of the...
View ArticlemyDiagram.position Set in GOJS Version 2.0
@biswa wrote: myDiagram.position = position was working on GoJS Version 1.8.37 But it is not working in GOJS Version 2.0. What is the process to set myDiagram.position Set in GOJS Version 2.0? Posts:...
View ArticleProcessflow diagram in angular with typescript
@Nageswar wrote: Hi, We have used Go diagram for process flow diagram in winforms, now going to develope the same in angular. We just analyzed by creating some samples, we need the diagram nodes as...
View ArticleMutltiple problems and questions for my model
@struijlaartmarijn wrote: So I started building a model using the Layered digraph layout. This is what I have come up with so far There are a couple of problems that I can’t fix or I want to change I...
View ArticleGoJS Import Undefined in electron create-react-app
@rapo_mit wrote: I am using GoJS v2.0.2 in an electron app that is built using webpack via create-react-app and coded in typescript. When I import gojs: import * as go from ‘gojs’ I can see in the...
View ArticleCreate multiple lines
@rahimhaji wrote: dear friends, iam having difficulties in creating the below multiple lines. lines.jpg714×364 8.02 KB my final output should be like: bowTie.jpg859×405 25.2 KB please help me to get...
View ArticleClustering function, similar to Google maps marker clusters
@sct999 wrote: I’m working with a map, in the beginning it was based on the leaflet sample but I switched to google maps. At certain zoom level the nodes I’m displaying overlap. Is there a way to...
View ArticleLink.addPoint called with a Point that does not have real numbers:...
@no_one345 wrote: i m having an error adding links to model i dont get what this error means this is the link i m trying to add this is my link template this is the error i m getting Screenshot from...
View ArticleLink toSpot and fromSpot curve
@tri wrote: Hi, I am trying to set the link toSpot and fromSpot look nicer when it links to node like this: But right now, I am getting something like this: And this: Here is my current setup:...
View ArticlePolygon Drawing not working in swimlanes
@Sami61 wrote: Polygon Drawing not working in swimlanes Please watch video...
View ArticleHow to build an Amazon Diagram?
@sree1 wrote: Amazon Web Services – 19 Apr 18 Build text analytics solutions with Amazon Comprehend and Amazon Relational... In this blog post, we will show you how to get started building rich text...
View ArticleTree mapping like one to one
@senoz wrote: Iam using tree maping in GoJS How can I disable the the Mapped item like right side. If its mapped no need to map again like one to one mapping....
View ArticleTree mapping add new values at runtime
@senoz wrote: In TreeMapping, We have to add the new values at runtime in the tree that should be mapped. How to add new values in run time that should be mapped with any one from the left. Posts: 1...
View ArticleGraphLinksModel with TextBlock above shape
@stasones wrote: Hi, I use GoJS library for genogram diagram component. I need to display some member text information above it. The problem is that the text can have different length and members are...
View Article