How to delete and redraw tree layout
@rkaren wrote: on something similar to your treeview sample, what is proper way to delete and redraw the tree? I am getting the tree twice when I re-call the init code. Thanks for your help: var tree...
View ArticleHelp with Group Subprocess
@aples wrote: I am trying to implement a group template similar to the Subprocess node available in the BPMN example with some custom behavior. I have a few issues that I need help with. Is there a...
View ArticleAngular gojs problem
@no_one345 wrote: i m working on an app that us angular and gojs, when ever i call a function from diagram of angular class it gives me error TypeError: Cannot read property ‘service_call’ of...
View ArticleLayer layout based on node.data.order property
@brianc wrote: Hi All, I am creating a multiple layered chart and each layers has nodes with respective orders. For example, nodes with order 1 will stay at first layer and nodes with order 4 will...
View ArticleInspecting item array values
@marin wrote: Is it possible to attach data inspector to a table row? Or make an editable adornment? I want to be able to change some value using something like that… I know I could make a special...
View ArticleHow can i create this shapes in gojs
@Sami61 wrote: How can i create this shapes in gojs… Capture.PNG197x558 6.77 KB Posts: 2 Participants: 2 Read full topic
View ArticleSwitching between scrollModes
@maciej wrote: Hi, I got a couple questions. I am currently switching between scrollMods from diagram.scrollMode= go.Diagram.InfiniteScroll to diagram.scrollMode= go.Diagram.DocumentScroll. After...
View ArticleAngular variable passing problem
@no_one345 wrote: i m doing something like this on click-event e=>this.nodeDoubleClick(this,e) in js the click event could passed the obj as a parameter but in angular i cant seem to get the obj...
View ArticleHow to create right-click menu after selecting mutiple nodes?
@aroel wrote: Is it possible to create contextmenu or right-click menu after selecting multiple nodes or links? if possible, how to do it? I would like to trigger some events after selecting some...
View ArticleData inspector GoJS
@marin wrote: I asked a question regarding data inspector yesterday, and a solution was provided. However, today I noticed that the data inspector doesn’t display 0 values (?). I’ve modified an...
View ArticleHow to include and use datainspector in angular 6
@no_one345 wrote: i m working on a diagram in angular i did it in js but i need to convert it to angular 6 but i cant seem to know how to use data inspector in my diagram is how to use it do in need...
View ArticleHow to align all the node
@no_one345 wrote: i m working on graphs i need to align all the node i.e each graph horizontally i need all 4 to be aligned on the x-axis Posts: 4 Participants: 2 Read full topic
View ArticleHow to prevent diagram links from overlapping each other in ForceDirectedLayout
@pramodgurav1993 wrote: My Current output is image.png909x726 79.1 KB and my expected output is as (After arranging nodes manually) If I succeed in preventing Link overlapping, I’m sure I will get...
View ArticleHow shapes should be in fixed position in genogram?
@prameela.dara wrote: Hi Walter, My requirement is textlable should be displayed at above the links as shown below: In the above diagram, textlable is 12345678901234567890&12345678901234567890...
View ArticleLegends and title positioning issue
@no_one345 wrote: i m using this code to proguce a title this.diagram.add( $(go.Part, { location: new go.Point(0,-40) }, $(go.TextBlock, “A Title”, {alignment: go.Spot.Top,font: “bold 14pt...
View ArticleAngular incremental json problem
@no_one345 wrote: i m working on a diagram in angular i need incremental json the diagram is a tree model so there are no links but on running this this.diagram.addModelChangedListener( e=>{ if...
View ArticleHow-To: Hover hyperlink node to display value of text as tooltip instead of link
@brianc wrote: Hi all, I am creating a node with hyperlink. Whenever I hover the text, the link specified is displayed as a tooltip. Is it possible for the tooltip to display the text value instead of...
View ArticleHow to update link strokeDashArray by link text
@dxxzst wrote: I want to set different line styles according to different line texts. Below is my code myDiagram.linkTemplate = $$(go.Link, { //curve: go.Link.Bezier, toShortLength: 8,...
View ArticleNot working findNodesByExample on 1.8.16
@Nimesh wrote: Hi Team, I have script which uses findNodesByExample on 1.8.6 and it returns nodes with regex as expected. When I upgrade go js to 1.8.16 same script is not working as expected. Used...
View ArticleHow to modify the width of node
@zhouhuan0910 wrote: hello, if i want to set width of node while setDataProperty, what should i do now,i can get the obj What should I do to change the height and width of the custom using...
View Article