Automatically adjust layer spacing based on with width of parent node in...
@naveen wrote: I'm using a virtualized treeview to draw a tree with large number of nodes. The node has a minimum size of (220, NaN) and the layout layer spacing is 165. Link definition: {routing =...
View ArticleRounded Rectangle, set CornerRounding
@chabbey wrote: How can i set the cornerRounding parameter, when i am using a roundedRectangle ? I have tried _$(go.Shape, "RoundedRectangle", { fill: Constants.canvasStyle.colors.tooltipBackground,...
View ArticleImage alignment
@idekkers wrote: quick questionI have an image inside a panel, is there a way to align the image to the top and left? currently I have alignment: go.Spot.Top, is it possible to add Left?the alignment...
View ArticleGoJS editor is get refreshed
@daison wrote: I have an GoJS(1.7.1) memo editor.Using this editor I can create memo which contains text, image and freehand drawing.When clicked save button, I want to save memo and clear editor. I...
View ArticleExport as GraphML
@rdheepan wrote: Is there a way to export the graph as graphML format? We want to provide an option to export the diagram as graphML so that the users can use it in other tools like YEd. Currently we...
View ArticleHow to reorganize pallete?
@tesicg wrote: I would like to reorganize pallete to look similar as following: Of course, instead of names there should be elements that look as following: The each element should be in separate...
View ArticleHow to set background of diagram with undo/redo support
@daison wrote: I have an memo editor which use GoJS diagram.In editor. there is provision to set background memo.I couldn't find any solution to set background of diagram with undo/redo support.Is it...
View ArticleDiagram freeze with DashStyle.DashDotDot
@denny.schweigert wrote: Hi. We are using the latest release (5.2.0.46). I got a problem with a freezing applications using GoDiagram and node links with DashStyle.DashDotDot. I took your sample...
View ArticleSVG and databinding
@llopht wrote: Depending of my datasource I can receive two kinds of SVG data in my nodearray : A simple SVG path A real SVG file like : { key: '1', icon: 'F M30 15c0 1.6-1.3 2.8-3 2.8H2.8C1.3 17.8 0...
View ArticleAuto resizing of cells in tablelayout
@Diyajohnc wrote: Is it possible to avoid auto resizing of table layout if there is enough space. My scenario is when I resize the cell and put node then the cell get resized and shrink upto the node....
View ArticleHow to detect collision of Go Objects in GOVIEW or GOSheet
@neelesh-b wrote: I have a situation where I have GOSheets containing go objects. When user cuts objects from GOSheet and pastes in another GOSheet the objects are overlapped on one another. Is there...
View ArticlemyDiagram.nodeTemplateMap.add
@Jane wrote: http://gojs.net/latest/samples/logicCircuit.html // add the templates created above to myDiagram and palette myDiagram.nodeTemplateMap.add("input", inputTemplate);...
View ArticleLocation of group
@Storygu wrote: I have set location of x,y in node and group. Sometime group is not located at the right location. When database was save the location's data. All data in database is corrected....
View ArticleDiagram is moving on scroll when setting toolManager.panningTool.isEnabled =...
@daison wrote: I have GoJS diagram. I need to scroll (without using scroll bar) diagram content if the content is larger than diagram size in touch device. So I set...
View Article2 Finger Event
@BATU wrote: When I was moving diagram by one finger, and don't release this finger and add another finger then diagram moving crazy. Can you ignore add second finger or shift to 2 fingers mode ?...
View ArticleAdd/Remove image on GOJS diagram with undo-redo functionality
@A.John wrote: In my application there is a GOJS diagram editor which support text, freehand drawing and image. When I add an image, the undo operation is not working(i.e image is not deleted).The...
View ArticleremoveArrayItem issues
@llopht wrote: I have a strange issue... I listen the modelChange and particulary any removing on the linkDataArray. When this event is raised, I update each port to change the data used for the fill...
View ArticleAnimation effect is missing for LayerSpacing and ColumnSpacing in Gojs...
@hkhire wrote: Hii, I was using GoJs version 1.6.7. In that whenever we change LayerSpacing and ColumnSpacing node gets smoothly changed ( animation effect ). But now I have updated my version to...
View ArticleHow to detect deselection of a Node in RadialLayout?
@shantanoo-desai wrote: Hi, I have the following nodeClicked(ev: go.InputEvent, node: go.GraphObject) for the RadialLayout. it detects if the user pressed the CTRL button to enable multiselect and if...
View ArticleHow to force user to click on the selectionObject to select the node?
@cfarmerga wrote: Hi. I have a table-based node and I want to require the user to click on the selectionObject in order for the node to become selected. I tried exploring selectable and pickable...
View Article