Change position in palette
@usernh wrote: Hello. Can I change this behavior? Demo - https://streamable.com/7bnrd I see examples and don’t find solution. Example code: myPalette = $(go.Palette, "myPaletteDiv", // must name or...
View ArticleGoJS version 2.0.4 and 1.8.38
@simon wrote: Changes for 2.0.4 Fixed the TypeScript declaration of GraphObject.make to allow an HTMLDivElement as an argument when building a Diagram. Also added some type overloads of that function...
View ArticleEdit Next TextBlock when Hitting Tab & Change Textarea to Match the Size of...
@dustinormond wrote: I have two questions: Is it possible to use tab to move to the next textblock when editing text? For example in the image below, I want to start editing the word VARCHAR after...
View ArticleParallel links between groups
@Tany wrote: Hi, Suppose that i have several links between two groups. How can i force GOJS, NOT to group them into a “thick” line, but to remain parallel between the groups ? Posts: 5 Participants: 2...
View ArticleTable panel overlaps or goes in background of other nodes
@sjcatch wrote: Hi On click of text block of a table row, I am showing extra rows. But it goes in the background or overlaps to other nodes. I dont want to see this behaviour rather I would like to...
View ArticleGojs deploy license
@tri wrote: Hi, I have a stupid question regarding the license. I already put license string into my code. In localhost, it works well. But don’t know why I still got the un-license message on deploy...
View ArticleAbsolute Part location/position
@Tany wrote: I noticed that sometimes the X or Y position values of a node are negative. I believe that the negative value is relative to…? How can i get the node absolute (X,Y) values within a...
View ArticleTree Mapper tree Level Query
@no_one345 wrote: i m working on a diagram using tree mapper as base of my diagram https://gojs.net/latest/samples/treeMapper.html i need to know is there a way to make the trees in both groups to be...
View ArticleOrgChart Editor with Angular code errors
@striker93 wrote: Hi Everyone , I’ve integrated OrgChart editor with angular but I’ve got many errors , not Typescript errors but it’s about some properties and Types I don’t know what to do in this...
View ArticleSetting the location for unconnected links
@henrikbe wrote: I have a diagram with “ValidUnconnectedLinks = Allowed”. When adding nodes, I can easily set their location by using the GraphLinksModelNodeData.Location property. However, the...
View ArticleCustomize links template
@jokl wrote: How can I limit the linkTemplate to certain objects. I have 3 objects - A, B, C. Valid links: A -> B B -> A B -> C Can I create my own type of link for each object with a...
View ArticleIssue displaying svg
@sjcatch wrote: I am trying to display gif and svg dynamically using same code below $(go.Picture, { alignment: go.Spot.Left, row: 11, column: 0, columnSpan: 2, desiredSize: new go.Size(16, 16),...
View ArticleKnowing completion of diagram layout change
@dreamweiver wrote: Hi Team/Walter, I am working on a GoJs Diagram with dynamic layout change feature and I want to know if there is any DiagramEvent that gets triggered after the change of diagram...
View ArticleHow to change node text dynamically?
@colby wrote: How to change node text dynamically without editing in diagram? how to change text of a node from out side of a diagram? can anyone tell how to achieve this? Posts: 2 Participants: 2...
View ArticleWhenever a node has a defined category, selectionChanged function is not...
@SmilyArora wrote: I have written a callback function on select of nodes in the diagram: And i have created nodeTemplateMaps something like: image.png966×882 75.5 KB So, the selectionChanged function...
View ArticleSeveral types links in LinkTemplateMap
@jokl wrote: I have 3 types of objects - A, B and C. If I have an A -> B relationship, then I need one type of link, if A -> C, then another type. I can do this with 2 different types of links...
View ArticleTree Mapping :: Need to replace the whole Diagram model
@senoz wrote: How to replace the whole Diagram.model . I have the nodeDataArray structure thats is displaying in the tree format. I need to replace the whole nodeDataArray format with the new values...
View ArticleColor of Freehand Drawing Tool
@agv wrote: Hello, I have the 1.8.32 version How can I change the color of the drawing path? I can change the “finished” path but when I´m drawing is always black. Posts: 2 Participants: 2 Read full...
View ArticleMaking the Canvas Fullscreen
@dustinormond wrote: Is there a quick way to make the canvas fullscreen? For example, if the user types F11 and the canvas is currently selected, I would like it to open the canvas in fullscreen....
View ArticleNode selection when clicking anywhere in this object
@jokl wrote: My nodeTemplate: $( go.Node, $( go.Shape, { fill: 'white', strokeWidth: 1, figure: 'LineH' }, new go.Binding('strokeDashArray', 'strokeDashArray'), ), ); I can select a node only if I...
View Article