Row 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 - TextBlock event listener
@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: 3 Participants: 2 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 ArticleCan We get last modified data after undo & redo?
@colby wrote: Can We get last modified data after undo and redo? How to get which data is removed after undo? How to get which data is added after undo? Is there any sample for those actions? Posts: 2...
View ArticleChange Layout property of Group in some specific case
@thanh_ho_lcf_36 wrote: ChangeGroupLayout (1).png1748×659 27.7 KB Can we change the layout of Group? For example: We have some node and GridLayout group We do something and make that node in group...
View ArticleHow to set the initial position of the node in a canvas
@ruth_psychx86 wrote: When I drag any element from the palette and drop it into canvas for the first time I want to fix the position of first node that is dropped. How I do this? I tried few Diagram...
View ArticleUsing GraphObject.make with figures in extensions
@WChen34 wrote: Hi, I am new to goJS and I am currently working on upgrading the version from 1.7.25 to 2.0.8. Currently I am importing the Figure.ts to my angular project in which the file calls...
View Article