Is 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 ArticleUnable to get property 'getDocumentPoint' of undefined or null reference
@swapnil wrote: Hi I am facing issue mentioned in image only in Internet explorer Browser, But working fine in Google chrome. image.png1206×334 33.6 KB As i’m getting Correct JSON Values in Both...
View ArticleTree Mapping in GOJS :: Only Parent mapped then allow child mapping
@senoz wrote: Tree Mapping in GOJS. I like to do if parent is mapped together then I allow children to map in the tree. + Parent1---------------------------Parent2...
View ArticleAggregation and composition links
@SirineMili wrote: Hi, I am trying gojs for the first time, I am new to this, and I am trying to make a dynamic UML class diagram and I need to make the aggregation and generalization links draggable....
View ArticleI'd like to implement template save / paste function
@ironwill1023 wrote: Hi! Plz see this video: https://www.useloom.com/share/6c95f845cc0b45c8ada0bba7767a826f I’d like to implement this function in gojs. Save current diagram as template and import it...
View ArticleHow to call print dialog & print various sized landscpe print outs
@rahimhaji wrote: Dear Friends, I am trying to create chart horizontally & vertically big size. For example it has got more than 100 nodes and each has got more subnodes. I want to print those...
View ArticleBinding isGroup to another property
@no_one345 wrote: I m working on a diagram what i want is to bind the is group property to another property from node properties if possible how can i do it? If not is there any other way to tell the...
View ArticleFind number of tree in canvas which has own chain but not mixed with other tree
@SanjaiRamesh wrote: I am using horizontal, vertical and grid layout… I have requirement to find number of tree… Ex:- A–>B–>E–>K H–>E C–>E M–>L–>N–>Y R–>L Z–>G Now we can...
View ArticleBack to normal size after fittoscreen
@rahimhaji wrote: Dear Friends, Greetings, how can i bring back to initial size and shape of the diagram after fittoscreen. I mean if i click a button(fittoscreen) screen is getting fit in to the...
View ArticleMigration 2.0.3 - pb toolTip
@sylvain wrote: Hello, I migrated go / js from version 1.8.34 to 2.0.3. Now, I have a following error in the tooltip in the code below. TS2345: Argument of type ‘{ toolTip: GraphObject; }’ is not...
View ArticleSelf reference link
@Giosk wrote: Hello, I’m working with diagram and I have a problem with self reference links. I’m trying to obtain a solution like this: but I got this I followed the example here trying to change the...
View Article