Validation from palette to diagram
@Akiles wrote: Hi, I have a problem checking the groups by adding a node from a palette, it works if I drag it from the diagram, but when I drag it from the palette it marks all the groups in green...
View ArticleUsing BPMN shaps with Angular 7
@striker93 wrote: When I try to integrate in my code some shapes of BPMN in my Angular app i got this message ERROR Error: Unknown Shape.figure: BpmnActivityParallel I’ve integrated Figures.js in my...
View ArticleHow to find and locate center of screen(drawing area)
@rahimhaji wrote: Dear friends, i have set of nodes and subnodes (left & right both the sides), i have to align and rearrafe it in the screen in their respective places while add/delete a node....
View ArticleSaving Location of Node with addNodeData
@dustinormond wrote: When a user double clicks or uses a context menu to add a new node, the createNode function is called passing the position where the user wants to create the node. The node is...
View ArticleRealign, arrage the position of the nodes
@rahimhaji wrote: Dear Friends, iam creating a chart with nodes and subnodes, when iam adding new node/subnode I have to rearrage the position and when I delete a node I have to reset the position and...
View ArticleHow to change the space of each nodes in a palette
@lkbtt wrote: After my palette is initialized, I hope that each node is only 1 PX apart. How can I do that? 我的调色板初始化之后,我希望是每个节点只有 1px 的间距,这该如何实现呢? I found that the palette seems to have default...
View ArticleHow to get links between inner nodes of groups
@no_one345 wrote: i m working on a diagram where i need to get all the links that are between two groups but of inner nodes for refrence consider the diagram the links are actually between actor_id of...
View ArticleMemory management for Angular 6 app
@ArunPrabhu wrote: HI I am new user for GOJS. We are implementing this on our Angular 6 Project. I just wanted to know more mon the memory leak and memory management specially on the GOJS part. Is...
View ArticleHow to increase thicknes of only one link in full diagram
@rahimhaji wrote: Dear Friends, i have a diagram with nodes and subnodes in both left and right sides. I want to make only one left side link (line) little thick than all other links. Pls help me to...
View ArticleHighlighting substrings within a single TextBlock(RTL)
@roqaia wrote: Hi, I found this topic which is similar to my problem: Highlighting substrings within a single TextBlock GoJS With GOJS tree view, I need to provide the search functionality. Whenever...
View ArticlesetDataProperty() to undefine / remove a property
@Luddy wrote: Hi, I’m trying to remove a property from an object that is within my model (associated with a port). I use model.setDataProperty(object, propertyName, newvalue) to update such values,...
View ArticleNode textarea and
@chairui405 wrote: 如何将gojs的节点数据上的textarea和input的value绑定?并且是双向同步显示数据的? How to bind the value of textarea and input on the node data of gojs? And is it two-way synchronous display of data? Posts: 3...
View ArticleInspector not updating properties html after linkdrawn event is called
@no_one345 wrote: i m calling the event linkdrawn and add few properties on link that was just dran but the inspector is not updating its html Screenshot from 2019-02-26 10-54-24.png887×571 19.3 KB...
View ArticleIs it possible to create below attached diagram?
@sree1 wrote: I tried to create the attached diagram by arranging the nodes by using the location spot, but unable to find the location spot. I tried to create the attached diagram by arranging the...
View ArticleHow to Draw S-shaped links between two Nodes?
@lkbtt wrote: Please look at the chart below.The line between two nodes looks like “S”. How to Realize with Gojs? Another problem is: The color of the line is gradient.From “#1876D7” to “#1ED2F0” Can...
View ArticleHighlight Longest Path
@akashjan4 wrote: How to find longest path between two nodes of graph ? I have taken clues from example (distance) but still not able to to figure out where to make changes to take longest path....
View ArticleMake perticular node to fixed and scroll
@rahimhaji wrote: Dear friends, greetings! iam creating the chart as in the below pic: bowTie.jpg859×405 25.2 KB i want to make this center circle to be fixed. Right and left side nodes/subnodes i...
View ArticleDrawing shape changes
@rahimhaji wrote: Dear Mr.Walters, Greetings! reference to my previous post: Make perticular node to fixed and scroll GoJS Dear friends, greetings! iam creating the chart as in the below pic: [bowTie]...
View ArticleInspect nodes/Elements in tree and access
@SanjaiRamesh wrote: Iam writing automation test case, I want find each element in a tree by unique I’d,How to inspect an element on canvas element when right click is disabled…is there any plugin or...
View ArticleDefault level of expended nodes in tree layout
@no_one345 wrote: i m working on a tree-layout diagram i want to know if there is a default property that i can set the level to which the tree is expended consider this tree what i want is to set the...
View Article