How 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 ArticleAutomation on Go js components
@Nikhat wrote: Hi,can i run the automation on Gojs components ?currently i am using protractor cucumber framework for automation scripts on windows 7 platform Thanks in advance Posts: 2 Participants:...
View ArticleUpdateTargetBindings when move or resize node
@BFENico wrote: Hi, i want to update some bindings of other nodes when i move or resize some "special" nodes. But i want this when i move the mouse. Also i don't want to use the diagram events...
View ArticleHow to get zoom steps from diagram
@anupamsinghbisht wrote: I am using zoom control with % for this I need to calculate zoom steps for that I can zoom in or out smoothly as expected.Actually the issue is while I am using increaseZoom...
View ArticleDoubleTree Layout with Groups
@garyscarter wrote: Hi, I'm trying to implement the DoubleTree layout example in my project. It works great for nodes but I am trying to get it working for groups also. I have updated the...
View ArticleSelecting individual panel items
@Nerkalipsu wrote: Hi. I have a node that looks more or less like the one below: I would like to be able to select each item individually and add a right click menu to each one as well as the...
View ArticleGoJS version 1.7.20
@walter wrote: Fixed Panel.rebuildItemElements not to remove any Links that were connected with item elements that are ports. Fixes for link routing during animation. Fixed slight shifting of Groups...
View ArticlePanelExpanderButton customize
@Milamdo wrote: Hi, I use this code to limit the text of a TextBlock overflow: go.TextBlock.OverflowEllipsis, maxLines: 2, width: 140, wrap: go.TextBlock.WrapFit, How can I use the same for...
View ArticleFigure icon
@Milamdo wrote: Hi, How can I change the direction of the figures to rtl or right of the line , we use rtl language and the icon goes to the end of the line ThanksMilamdo Posts: 2 Participants: 2 Read...
View ArticleHow to save nodes
@kasir wrote: How to save the Diagrams to be retrieved when needed Posts: 2 Participants: 2 Read full topic
View ArticlePaste to current mouse position
@kirthi wrote: The existing 'Paste' behavior is placing the pasted node in the old location from where it is either copied or cut. I want to paste the node to the current mouse position. How do i...
View ArticleAdd links dynamically like diagram.model.addNodeData for nodes
@abhargav wrote: Is there any function for links like for nodes we have where in we can add node dynamically using diagram.model.addNodeData?I need a function where I can add links dynamicallly...
View ArticleHow to display mp4 in Picture node
@rickbraley wrote: How can I display a MP4 video in a Picture node? Posts: 2 Participants: 2 Read full topic
View ArticleGroup - UnGroup Behavior in Diagram
@Rajeshpatil74 wrote: How one can implement group & ungroup functionality and preserve same.Also, when nodes are grouped, while moving it should move all nodes which are grouped. Can you provide a...
View Article