Vertical alignment within table cell
@sjcatch wrote: Hi What is the option for vertical alignment within table cell please? Posts: 3 Participants: 2 Read full topic
View ArticleUndoManager working principle about
@ahmetgundogdu wrote: UndoManager does not save data changes that are not caused by a visual change ? Changeset values have only visual changes. I see this on source:...
View ArticleHow do I get backgrounds to be included in make image?
@andrewryan1906 wrote: I have a background image, I’m using a local file system project (no CORS issues), and when I call makeImage, my background does not appear. Code is: <!DOCTYPE html>...
View ArticleCreating context menue for go.Node templates
@omarAjmi wrote: hi, i have a problem with gojs nodes context menus integration in Angular 7. i have this code snippet that throws me an error a strange Error Code:...
View ArticleChange diagram entity positions programmatically
@Giosk wrote: I have a diagram with entities and links and I’m trying to save and restore the entity positions. I created a solution following this example and it works correctly. Is it possible to...
View ArticleWhich function is called after paste?
@colby wrote: Which function is called to change paste node Or groups property? How to change paste nodes Key ? How to work multiple selected nodes in gojs? How to change there properties? Posts: 1...
View ArticleAnimate diagram when change diagram position
@aliksander85 wrote: Hi. I have a case when I need to animate my diagram when changing diagram’s position x. Example: diagram.position = new go.Point(diagram.position.x + value, diagram.position.y);...
View ArticleUnable to get object data on click event in contextMenu
@ash wrote: Hi team, Am trying to use contextMenu in my app for floorplanner, but am unable to get the object data on click event when i click anywhere other then my selected object as in “CASE :2”....
View ArticleMatch diagram with underlying photo
@udi wrote: Hello, I’m trying to use GoJs for creating “markings” on top of a photo. The way I’ve created the page is that the GoJs canvas is a section on the page (the size is set by percentage of...
View ArticleHow do I group node across the lane
@daikitakaya wrote: I use PoolLayout. ( https://gojs.net/latest/samples/swimLanesVertical.html ) I want group nodes like this. ダウンロード (14).png1748×1260 146 KB I think this layout needs to “group...
View ArticleMulti-user Collaborative Editing
@dustinormond wrote: I am curious if there is a way to have multiple users edit a diagram at the same time. I have built a workaround (for now) that reloads the diagram anytime another user makes a...
View ArticleLayout change but the layout was incorrect
@Lavender wrote: For the same batch of data, I first used DemoForce Directed Layout, then Sankey Layout, and then restored to DemoForce Directed Layout, but the layout was incorrect, as shown in the...
View ArticleGuideDraggingTool bug
@Mickey wrote: I think there is a bug in current GuideDraggingTool implementation. It seems when tool do snap it counts node bounds instead of locationObject bounds. What I am talking you can see in...
View ArticleHow do You Copy, Cut, and Paste Items in Nodes?
@dustinormond wrote: I am wondering how to copy, cut, and paste items in nodes rather than the nodes or links themselves. Essentially, I am looking to replace console.log("copy"); and...
View ArticleWay to create the diagram when linkdataarray is not there
@SmilyArora wrote: Hi, I have a json which gives me a node data array in a sequential manner. Something like: nodedataarray: [{ “category”: 1, “id”: 1 }, { “category”: 2, “id”: 2 }, { “category”: 2,...
View ArticleRoundedTopRectangle unknown error
@sjcatch wrote: I am trying to use RoundedTopRectangle, but I get error $(go.Shape, “RoundedTopRectangle”, // new go.Binding(‘stroke’, ‘status’, function (s) { return resolveStatusColor(s); }), {...
View ArticleSpace issue between shapes
@sjcatch wrote: I have below code and output, I do see some extra space comes between shapes where I couldn’t find way to remove. Do you find anything wrong with my approach? myDiagram.nodeTemplate =...
View ArticleA few memory leaks
@catface wrote: we have a scenario where we keep opening and closing goJS based diagram editors. one of the problems is that each time there are a few “leaks” related to goJS: image.png1164×734 33.6...
View Articlego.Picture binding from element to property does not work
@Dominic.Lerbs wrote: Hello, I am trying to bind the go.Picture “element” property to a model property (the property contains the base64 encoded image). However, the image is not displayed, even not...
View ArticleTextBlock change event on link
@vitludwig wrote: Hey, Is it possible to catch change event, when user edit TextBlock on Link, so I can process input data with reference to edited link? I mean something like change: function()... on...
View Article