How can i use gojs with arcgis js
@hhzhaoheng wrote: when i use gojs with arcgis for js, i can not use panning?is there some solution? leaflet has no question. what i wan to know is gojs can only use with leaflet? Posts: 2...
View ArticleLayeredDigraphLayout issue when there are links between nodes and their groups
@Ricecake wrote: I set the LayeredDigraphLayout both in Diagram and Group. Here is the scenario: node2node.png692x184 2.72 KB It is correct to show the diagram above. But when I add the link from...
View ArticleHow to compare two diagram models and find the difference?
@dasguptarupak wrote: Hi, We want to provide a diagram comparison feature (older vs latest version) in our application (currently showing two diagrams horizontally in the screen)....
View ArticleDeal with memory leak in gojs diagram
@hamid wrote: Hi. I’m struggling with memory leaks in gojs diagram. I have made the diagram and its node/link templates out of the loop. The diagram uses same HTML tag. Within the loop i just make my...
View ArticleGoJS Org Chart Editor - How to replace parent node by drag and drop
@chintu538 wrote: Hi Walter/Simon, image.png1137x525 7.83 KB In the above diagram, We have a parent node ‘Lori Jaramillo’ (Mother). How to replace Lori with any other node in ‘Other Parities’ Section...
View ArticleProblem using GeometryReshapingTool and rotate together
@agv wrote: Hello, I´m using GeometryReshapingTool and rotate together in my project and the reshape goes “crazy”. I thought that it´s my project problem but I put the rotate enable in this example :...
View ArticleLimit OrgChart node to have max 2 child nodes and export result to json format
@marcinMine wrote: I want to create MLM type binary tree with OrgChart. I need to limit node to have maximum of two child nodes and when chart is ready i want to export result to JSON file. Is this...
View ArticleSpaces Between Links
@prameela.dara wrote: Hi Walter, Please see the below image: image.png767x414 27.2 KB I am using gojs.why I am getting spaces between links.I given background as white for all the text. For all links,...
View ArticleBuilding a tree inside out dynamically?
@Eric-Fontana-Bose wrote: My evaluation of this library is going great, we will be creating a PO shortly, however, I have one more question. One of the diagrams I’m building is using the Tree layout,...
View ArticleFree Polyline drawing without node
@NM wrote: Hi as I am using PolylineLinkingTool as a reference. here wants to draw a polyline independently without any nodes. it wont have any fromNode or toNode. when activate polyline tool from...
View ArticleDynamically add/remove points from polygon shape
@kiliman wrote: Hi, I’m evaluating GoJS and one of the features I’m trying to implement is the ability for the user to change a polygon’s geometry by adding/removing points and changing position of...
View ArticleAnnouncing GoJS 2.0!
@simon wrote: GoJS 2.0 has been released As always you can get the latest with npm i gojs. For 2.0, GoJS has been rewritten in TypeScript, with improvements to stability and documentation. All...
View ArticlegoJs 1.6 works with Angular 6 and above?
@curiousToKnow wrote: I am just curious to understand will I be able to work with Angular 6+ and GoJS v1.6.1, which is written in js. Or should I switch to the Go 2.0 which is written in Typescript?...
View ArticleHow to export myDiagram to a json file
@lkbtt wrote: 1.How to export myDiagram to a json file, then I can import the json file into another myDiagram? 2.How to save all the myDiagram infos into mysql,then I can load data from DB to...
View ArticleImprecise results when using go.Rect.unionRect()
@Dominic.Lerbs wrote: Hi, I am using the go.Rect.unionRect function to create a Rect for multiple GraphObjects: let allBounds: go.Rect; graphObjects.each(panel => { let bounds = new...
View ArticleCustomizing context menu
@vnkdj5 wrote: if (diagram instanceof go.Palette) return; Example: indent preformatted text by 4 spaces function showContextMenu(obj, diagram, tool) { // Show only the relevant buttons given the...
View ArticleGo diagram port link not coming from selected port
@rajanameex wrote: Hi, I am trying to create a diagram with multiple port, 1.while I try to connect one node to another node by a link it is taken as center of any direction based on TO node location....
View ArticleMobile context menu styling
@bjuskiw_synergycodes wrote: On touch devices the user can access a context menu. It fits all of our current needs but we do need to style it. Current default menu does not have any classes or...
View ArticleLink labels on link between groups
@Tany wrote: Hi, I have a node within a group that is connected to another node within other group. The link has labels. When i collapse the groups, i still see the link labels. I thought that when a...
View ArticleSome issues when shifting to 2.0
@idekkers wrote: Hey some issues after shifting to version 2: nodeData.group tells me now that “property ‘group’ does not exist on type ‘object’” same for button.click - “click does not exist on type...
View Article