Tree Mapping :: Go JS :: Cross Triangle have to show in the border for...
@senoz wrote: We need to show the cross triangle like the screenshot marked as Green box. For Linkable fields we have to show the cross triangle in the border of the group in both sides....
View ArticleResize tool for diagram
@jokl wrote: I want to know if there is a possibility of a simple resizing of the diagram, for example, how does the textarea allow this? Video for example - https://streamable.com/eyu5w Posts: 2...
View ArticleStorage in FloorPlanner
@mwason13 wrote: Where does FloorPlanner exactly stores the diagram created? Is it some kind of Web Storage? Is it possible to get that in Local storage like in local drive? Posts: 1 Participants: 1...
View ArticleHow to set width and height of the canvas and palette
@ruth_psychx86 wrote: How to set Auto width and Auto height of the canvas according to the wrapper of the canvas, and How to set height according to the content of the palette. Posts: 2 Participants:...
View ArticleRow and column template
@bjbjbj wrote: I have a diagram with 3 columns. 1 column may have a link with the second, and the second with the third. Is there any layout so that I can add nodes to a specific column? The view...
View ArticleThe diagram location is always top center
@v.programmer wrote: I use the following settings to initiate a diagram: this.packageDiagram.initialDocumentSpot = go.Spot.TopCenter; this.packageDiagram.initialViewportSpot = go.Spot.TopCenter; My...
View ArticleBinding 2 way to edit TextBlock
@thanh_ho_lcf_36 wrote: Hi @walter, We are doing on changing TextBlock: question-binding.png1920×1080 318 KB At (1): We set editable: true and .makeTwoWay() to TextBlock At (3): We implement the...
View ArticleI'm creating a bar chart using gojs
@sree1 wrote: How to make a bar chart with X-Axis and Y-axis, and how to give our own values to the Y-axes. . I want to create a bar graph exactly look like this. please share the code. Posts: 2...
View ArticleTwo Different Context Menu
@jocelyn wrote: Hi, I’m a GOJS beginner! It’s really nice to have this opportunity to ask questions on this platform. I have already created one custom Context Menu without any problems, but I want to...
View ArticleThe problem with the diagrams in different tabs
@v.programmer wrote: I use GoJs with Angular. Different diagrams are located on different tabs. Everything is fine with the requestUpdate function in active tab if the window is resized and the...
View ArticledoubleTree how to Asynchronous loading child node
@acccong wrote: var G = go.GraphObject.make; this.diagram = G(go.Diagram, $(’#diagramDiv’)[0], { initialContentAlignment: go.Spot.Center, initialDocumentSpot: go.Spot.Center, initialViewportSpot:...
View ArticleKanban with scroll
@ap wrote: Hello, I am trying kanban board. When I have a lot of tasks, I would like to introduce scrolling for each table. Is it possible? Thanks in advance. Posts: 1 Participants: 1 Read full topic
View ArticleGoJS Version 2.0.8
@simon wrote: Changes for 2.0.8 Fixed a regression with Pictures from 2.0.4 that would throw an error when setting Picture.source. Fixed potential errors in Binding.ofObject bindings when changing...
View ArticleHow to inter change data's of a to nodes
@rahimhaji wrote: Dear friends, Greetings! pls help me to interchange data’s (already binded) between two nodes. I mean if i select 2 nodes and press a button called change data, it has to inter...
View ArticleNode rendering efficiency
@Apathy-Wolf wrote: When I edit a page, if the page has thousands of nodes or tens of thousands of nodes, how efficient is the rendering? If it is slow, how to improve rendering efficiency. Posts: 1...
View ArticleTree Mapping :: Not loading into the Div if its already exists
@senoz wrote: Its working when I click the PV mapping because this comes at first image.png778×473 13.7 KB When I immediately go the Mapping it shows empty. even I set the diagram.div = null. But...
View ArticleIterator concat not supported
@WChen34 wrote: Hi, I am upgrading from version 1.7.25 to 2.0.8, and I found out that some functionality like concat supported by Iterator before is now removed. What is the reason behind this and...
View ArticleObject Cannot read property 'defineProperties'
@nathan wrote: Hi so I’m building a Shopify App that makes heavy use of this. Everything was working fine locally but then I had to use Next.js and this error started happening. Unhandled Rejection...
View ArticleListen to Drag and Zoom event
@thanh_ho_lcf_36 wrote: DragandZoom.jpg1920×1080 110 KB We are working on that feature on Angular. We have some node and we have 1 component as a popup. We are mapping it position by get the...
View ArticleHow to change rotate adornment position
@ahmetgundogdu wrote: I want to put a gojs arrow object where the arrow is located. But i not changed position for default rotation template. i use this template: const nodeRotateAdornmentTemplate =...
View Article