Mutltiple 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 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 (…) tGTLq4xET0.gif1522×603 163 KB Posts: 2 Participants: 2 Read full topic
View ArticleBuild text analytics solutions with Amazon Comprehend and Amazon Relational
@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: 2...
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 ArticleIs it possible to add flash to the picture
@sree1 wrote: I’m trying to blink the picture from green to red and red to green. my code is: $(go.Node, "Auto", $(go.Shape, "Rectangle", new go.Binding("stroke", "highlight", function(v) { return v ?...
View ArticlePicture resizing in graphLinksModel
@petemorales wrote: need help in resizing the picture in my node… $(go.Picture, { name: “BUTTONS”,margin: 0, width: 100, height: 100, portId: “”, fromSpot: new go.Spot(1, 0.35), toSpot: new go.Spot(0,...
View ArticleHow to modify highlight color?
@ironwill1023 wrote: The default highlight color is pink and how to change it? The default highlight color is pink and how to change it? The default highlight color is pink and how to change it? The...
View ArticleAdd a table below a shape
@rahimhaji wrote: Dear Friends, Greetings! I want to create a table below a rectangle. Table should not visible initially, only rectangle can show initially with a name. When I click on the rectangle...
View ArticleRestoring group location when collapsed
@Tany wrote: Hi, My group template is binded to “position” as follows : new go.Binding(“position” “loc”, go.Parse.point).makeTwoWay(go.point.stringify); When a group is expanded i save the group...
View ArticleAdd Groups in Palettes
@Sami61 wrote: I want to add the item I’ve grouped on the diagram to the palette. How can I do that ? … Capture.JPG1857×791 54.7 KB Posts: 2 Participants: 2 Read full topic
View ArticleGoJS version 2.0.3
@simon wrote: Changes for 2.0.3 Improved data binding of tooltips and context menus for item panels to avoid temporarily setting Panel.data incorrectly. Enhanced the meaning of...
View ArticleResizable Adornment
@ar66 wrote: Hello everybody ref version 2.0 when I set the resizable property of a selected node to false, the adornment doesn’t change and the node is still resizable . Kind regards axel Posts: 2...
View ArticleUpgrade 1.8.34 to 2.0.3
@sylvain wrote: Hello, I upgraded my Typescript application from a 1.8.34 to 2.03 and now I get following errors at compilation : ERROR in node_modules/gojs/release/go.d.ts(14360,27): error TS1005:...
View ArticleGraphObject.make breaking signature changes? v1.8.2 > 2.0.x
@kdeighton wrote: We used to create diagrams by passing an HTMLDivElement to graphObject.make, like so: if (this.container instanceof HTMLDivElement) { this.diagram = this.make( go.Diagram,...
View Article