Org Chart Editor double click on canvas stop creating New Node
@jvasanthu wrote: Hi We need Org Chart Editor double click on canvas stop creating New Node. Only Create new node once you click on the Context Menu. i commented below section. stop creating new node...
View ArticleSetting minimal distance between diagram nodes?
@bagrijroman wrote: Hi. I try to use GoJs, and got some problems.I try to display nodes and relation with values. But I got a problem. Diagram nodes displayed to close for each other and user can not...
View ArticleQuestions regarding Tree View
@incursus wrote: I based my code on the sample for Tree View, which doesn't exhibit this behavior, so I'm not really sure what is going on, but ... 1) When the page first loads and I click on a node...
View ArticleAdding a text in pallette
@AbhishekKaura25 wrote: Hi, I am trying to add a heading to a palettes which is non draggable. Which property to set in diagram to add a heading. Not able to find anything in Pallette Documentation....
View ArticleTwo quick questions about grouping/ungrouping
@incursus wrote: Hey guys. Two quick ones for you tonight. About to pull my hair out! :p 1) I can select multiple objects and group them together with CTRL-G. Works great! But SHIFT-CTRL-G doesn't...
View ArticleThe location of the TextBlock
@kingo wrote: if my Node template has: myDiagram.linkTemplate = $(go.Node, . . . $(go.TextBlock, new go.Binding("location", "text_loc", go.Point.parse).makeTwoWay(go.Point.stringify)), . . .); Then...
View ArticleThe value of key and id in json
@kingo wrote: How does key set up auto-ascending?Why is the id constant?For example,The ID is auto-increment.http://gojs.net/latest/samples/stateChart.html Posts: 1 Participants: 1 Read full topic
View ArticleTree Layout with small image indicating valid or invalid nodes
@Rajeshpatil74 wrote: Sample http://gojs.net/latest/samples/treeView.html displays the Tree view. What I need is to display of small image on existing picture (open folder , closed folder or document)...
View ArticleRight click Context Menu with sub menus
@mohanr.k wrote: I want to add right click context menu with sub menus as shown below. Is it possible with gojs contextmenubutton Posts: 2 Participants: 2 Read full topic
View ArticlemakeImage using SVG Picture in IE is blank
@estesbubba wrote: In our product we use makeImage() for print functionality. Our base product uses font icons but we allow customers to customize them using SVG's. We require them to make the SVG's...
View ArticleQuestion on node templates for tree view/palette
@incursus wrote: I have a tree view inside of a palette, and it is working marvelously! One thing I would like to change, however. tl;dr: How can I have a custom node template used just for dragging...
View ArticleGetting the node Name
@AbhishekKaura25 wrote: Hi, I have requirement where on clicking of the node a form should appear which have certain data. I am able to open the form using the ObjectDoubleClicked property on Diagram...
View ArticleAccessing fill color of an existing node?
@incursus wrote: I've poured through the docs and the objects in the console and I can't for the life of me figure out how to access the current fill color of a node. I am trying to set the color of...
View ArticleExtensions typescript files
@darioschmidt wrote: Hi, i am trying to use the NodeLabelDraggingTool extension in an angular project.I can not find the typescript file associated to this tool.Where is the file is localated?...
View ArticleAlignment of panel nodes in Swimlane
@Adi wrote: Hi I am working on swimlane, and when I link the nodes from swimlane to another is alient vertically, although when I have no link between swimlanes, its align horizontally like a charm. I...
View ArticleVertical center
@llopht wrote: goJS is an awesome tools but it's allways complicated to do a node template... this.go(go.Node, 'Table', { locationSpot: go.Spot.Center, background: '#00FFF0', padding: 5, },...
View ArticleLink selection
@Mickey wrote: After I put selectionAdornmentTemplate to link when selecting link I now have situation like in picture. Is there easy way to have link selection over link line instead of this blue...
View ArticleGoJS version 1.7.16
@walter wrote: Translated and modularized the extensions into TypeScript *.ts files, in the extensionsTS directory. The compiled files are present in that directory as *.js files, which can be...
View ArticleAny speed comparison GoJS vs Lodash?
@marin wrote: I was wondering, if you have a colllection of GoJS parts which you need to map or iterate over. Which should be (or is) faster: using GoJS collections or placing part members into normal...
View ArticleSVG string parsing error
@Mickey wrote: This code causes this exception: RangeError: Maximum call stack size exceeded let gearGeo = go.Geometry.parse("FM14.49...
View Article