Support for importing & exporting BPMN in GOJS
@sharathchandramg wrote: Hi, I am evaluating drawing tools for one of my products. The main requirements for the drawing tool are Consume BPMN from external bpmn tools. Essentially, import a bpmn XML...
View ArticleDefault vs custom adornment
@jothibaskaran wrote: Hi, Previously I had a common selection adornment for all my nodes in my diagram. It was as given below: let selad = new go.Adornment(); selad.type = go.Panel.Auto; let...
View ArticleNon-real actualBounds has been set. Object Shape(None)#12794, actualBounds:...
@catface wrote: hi, I have this weird problem where I’m getting this error for a link between two nodes that are slightly overlapping: Uncaught Error: Non-real actualBounds has been set. Object...
View ArticleGojs如何通过外部按钮来动态开启和关闭自动布局?
@Meizhizhi wrote: 页面中,如何通过外部按钮,来控制gojs自动布局的开启或者关闭呢? 点击按钮开启自动布局,再次点击关闭自动布局。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 Posts: 2...
View ArticleCan i help me. see
@luocong2016 wrote: I would like to right-click on the expansion map. Expand details near the original node. I hope the connecting line is not blocked. I’m sorry. I didn’t describe it clearly For...
View ArticleaddNodeData then findNodeForData results in null
@mcowan wrote: Given the following code, we get lots of inconsistent behavior: diagram.model.addNodeData(data) const node = diagram.findNodeForData(data) // then we edit the node and also set some...
View ArticleHTML context menu retains on the screen
@Tany wrote: Hi, We use native HTML when implementing context menu for all elements including diagram. If i user right click on the diagram, the context menu is show, but, then, if he moves the mouse...
View ArticleStretch multiple nodes inside a group
@md wrote: I have a diagram with groups that contain multiple child groups. I’m trying to get all the child groups to stretch horizontally to fill the parent group. I can reproduce my issue using this...
View ArticleIs it ok to add licenseKey to our diagram which can be easily accessible...
@mithun wrote: Hi, Is it ok to add licenseKey to our diagram which can be easily accessible through console? Or do you suggest any other way to use the license key in production environment? Thanks...
View ArticleJust touched this thing..On grouping cases
@lutz wrote: Just touched this thing. I want to know how the deployment is triggered.For example, switch to a button or right-click.And the position of the figure, such as the average circle. I’m...
View ArticleOverride default copy, paste, undo and redo behaviour
@kishangajjar wrote: I have some additional data added on the Node without using the transaction manager. This is the temporary data which i dont want gojs to remember. i mean when user is doing undo...
View ArticleHow to remove the group button
@lutz wrote: How to remove the group button.Can it be triggered in other ways. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport"...
View ArticlenodeSelectionAdornmentTemplate auto Adornment
@ahmetgundogdu wrote: How do I solve this problem that is getting overflow? I want to center the line exactly https://codepen.io/Sami61/pen/MWWONEr Untitled.png670×798 23.4 KB const...
View ArticleUsing AvoidsNodes for links with many nodes creates phantom links
@meganmoore wrote: When I use AvoidsNodes for links on a graph that contains many nodes/links, the graph renders with what appear to be phantom links (links not touching any nodes). However, if you...
View ArticleShadow spread-radius
@Itai wrote: Hi, is there a way to control the spread radius of a Node shadow like in CSS? I find the default radius too small and I want to increase it… Thanks, Itai Posts: 2 Participants: 2 Read...
View ArticleTypescript definition for settings points on a link
@Dominic.Lerbs wrote: I try to set some points on a link as described in the documentation: The setter also accepts an Array of alternating X,Y point values [1, 2, 3, 4, 5, 6], or an Array of Objects...
View ArticleSet initial points of link when using normal routing with reshapable set to true
@Dominic.Lerbs wrote: Hi, I am using normal routing with reshapable and resegmentable set to true. When the user creates a new link, I want to set a custom shape to the link, let’s say not straight...
View ArticleGoJS 2.0.19 Released
@simon wrote: Changes for 2.0.19 Note: these bugfixes will be incorporated into the 2.1 branch as part of the upcoming 2.1.1 release. Fixed Model.fromJson loading models with serialized EnumValues....
View ArticleMove 2 nodes simultaneously
@nachoxxhh wrote: I need 2 nodes that are connected, that when moving ‘node 1’ the ‘node 2’ moves together. Posts: 2 Participants: 2 Read full topic
View ArticleRelinking an existing link
@jothibaskaran wrote: Hi, I have a scenario where I have to update the content of a node based on the nodes connected to it. For Eg: In the picture below: link_relinking.png774×432 39.2 KB If I...
View Article