GoJS version 1.7.19
@walter wrote: Added the Vue.js sample, demonstrating a simple GoJS app in the Vue.js framework. Fixed a bug in DraggingTool.moveParts where it was incorrectly shifting Nodes when Nodes shifted by...
View ArticleEfficient way to remove all the nodes and links and generate new arrays
@shantanoo-desai wrote: I already render my diagram once. Upon node click I obtain a newly generated arrays for node and link data. How should I go about deleting the nodeDataArray and linkDataArray?...
View ArticleBinding of itemArray removes Links
@malte wrote: Cheers, in my project I'm using a binding to the itemArray to create a bunch of ports for a node. The array is not directly linked, but computed by the converter function. However,...
View ArticleNeed to scroll to bottom of diagram
@sreejit.p wrote: Hi Team, I have a requirement to move to the bottom of the diagram. I found a method like diagram.scrollToRect , but which bounds i need to specify to move to the bottom of the...
View ArticleTransactions : diagram vs model
@rdheepan wrote: Hi, we have four simple transactions in our application. 1. updating node data 2. deleting node 3. changing links (from one parent to another ) 4. removing links As per the...
View ArticlePalette -> updating multiple nodes of same type on diagram with different values
@vihag wrote: I am trying to create a palette based canvas. I have created my own node definitions, each node has a a data property 'configurations' which is an array of fixed schema...
View ArticleIncremental tree grandparent node
@crohole wrote: iám trying to make an incremental tree from this link : http://gojs.net/latest/samples/incrementalTree.html But i have a problem, in my case i get the data with ajax. But when i click...
View ArticleNode selection
@panirudh wrote: I have a diagram with couple of nodes, I want to make sure the selected node is on top. When we select a node the particular node should be on the top. Posts: 1 Participants: 1 Read...
View ArticleArabic language padding issue
@vishnup wrote: i am using gojs for organization chart but in arabic language some text is not proper. GoJs#issue1.jpg1068x422 60.9 KB Regards,Vishnu Posts: 1 Participants: 1 Read full topic
View ArticleZoom icon on scroll bar
@panirudh wrote: I have a diagram and the diagram has a scroll bar enabled. I have a zoom option in diagram and the zoom has a zoom cursor, when I place the cursor near scroll bars it is showing zoom...
View ArticleGOJS testing using Selenium Python
@sreejit.p wrote: Is there anyway to test GOJS application using Selenium Python. Posts: 1 Participants: 1 Read full topic
View ArticleAdd a new node on diagram next to existing node, irrespective to diagram zoom
@anupamsinghbisht wrote: Hi I am trying to add new nodes just next to existing node, at the specific distance, which I am able to do.But I want the same behavior irrespective of canvas zoom level,...
View ArticleCan not display nodes after setting their location
@lisa wrote: I have set X,Y position for a node which is on some link,After saved chart I'm sure the data has been saved into database, also have a data Binding of Node.locationBut after called...
View ArticleHow to manage distance between rotating handler
@anupamsinghbisht wrote: Hi I want to change the distance between object and rotation handler shape. please see the following image . Posts: 2 Participants: 2 Read full topic
View ArticleInsertArrayItem for sets?
@Nerkalipsu wrote: Can I have the source of the itemArrays for an object as sets? I need to have a collection that guarantees me that there are no duplicates within. I would think the only problem...
View ArticleHow to disable deselection of nodes
@rdheepan wrote: Hi we have a diagram with maxSelectionCount is set to 1 and one node is selected on load. If the user clicks on the background, the selection goes off (deselected). is there anyway to...
View ArticleCan I change arrow head width and height in link
@anupamsinghbisht wrote: I want to change arrow head width and height, I am trying to do this using binding but its not woring, here is my link template : $("Link", { routing: go.Link.Normal,...
View ArticleBPMN Workflow implementation
@mohanr.k wrote: Hi,I have implemented BPMN editor using the sample provided. Now I need to provide implementations for the tasks or activities of BPMN diagram created by user. I am looking for...
View ArticleGenogram sample in typescript issue
@lradu wrote: Hi, I am trying to use the genogram sample in typescript but I can't get the same output. layout.model import * as go from 'gojs'; export class Layout extends go.LayeredDigraphLayout {...
View ArticleChange not within transaction on group Button?
@marin wrote: Whenever I collapse the group via button, the following warning is printed: `Change not within a transaction: !d points: Link#4233([object Object]) old: List(Point)#63064 new:...
View Article