How to Assign group id while pasting object inside group GoJS?
@colby wrote: How to Assign group id while pasting object inside group GoJS? We want copy multiple components and paste inside a group and auto assign group id when paste multiple Components inside a...
View ArticleGojs rendering in Angular app
@kumarbomma wrote: Hi We are using gojs in Angular app One issue we are facing is that , always gojs giving below error once we start generating the gojs diagrams Error: Invalid div id; div already...
View ArticlePrevent Keyboard copy/paste of nodes
@jothibaskaran wrote: Hi, I want to disable the copy and paste of my GoJS node using the keyboard shortcuts Ctrl+C and Ctrl+V. But i need this function to happen on click of a button in my context...
View ArticleGetting Error : The Rect is frozen, so its properties cannot be set
@kishangajjar wrote: Hi, For some of the diagrams, i get this error what can be the possible issue ? image.png775×165 11.4 KB I am unable to find the root cause. If you can help me to understand when...
View ArticleClicking a context menu button text doesn't click the button?
@HumanPerson wrote: Initially, I have a context menu that appears after right clicking a node. Then nothing happens when I left click on the button I’d want to use if the cursor was hovering over the...
View ArticleWant Serial animation
@sibisasvin wrote: i want a Serial type animation for my tree chart Posts: 3 Participants: 2 Read full topic
View ArticleCollapse a group when another group is expanded
@rkvignesh wrote: I have created a group. if i click to expand a group, I need to check if any groups are already expanded and if so, i need to collapse that group and expand the clicked group....
View ArticleGoJS canvas width not filling
@Hochware wrote: Hello, I got the following problem: I use a bootstrap modal (which has 900px width) to display a goJS canvas. The modal is 900px wide. However, the canvas does not fill up the modal...
View ArticleGuidedDraggingTool.js isn't work well
@saraLis wrote: Hi, everyone, I have a problem. I don’t understand. When multiple nodes are in a group, drag a node and GuidedDraggingTool.js will not display the guides. Posts: 1 Participants: 1 Read...
View ArticleRestrict the panning twards left side
@rahimhaji wrote: Dear Friends, iam creating a chart like below image: https://forum.nwoods.com/uploads/db3963/original/2X/0/074ec7b6f09ade1280234d6d2488f4be455f8d38.jpeg 1 when scroll left or right...
View ArticleUndesired movement of GoJS canvas
@jothibaskaran wrote: Hi, I have a palette and canvas being rendered in an angular application. the entire GoJS canvas is being rendered in a flex layout as the content of a bootstrap tab. When i...
View ArticletemporaryLink preview is incorrect
@ahmetgundogdu wrote: I want the link preview to look like a link link Preview Link: Untitled.png515×541 19.7 KB Drawed Link: Untitle1d.png481×530 21 KB I wonder why temporaryLink is previewing...
View ArticleRestrict the panning towards left side
@rahimhaji wrote: Dear Friends, iam creating a chart like below image: https://forum.nwoods.com/uploads/db3963/original/2X/0/074ec7b6f09ade1280234d6d2488f4be455f8d38.jpeg 1 when scroll left or right...
View ArticleSeparate click events
@sibisasvin wrote: is there any way to set two click events for a single node which has text and icon (like one event when we click the body of the node i.e text part and another click event for the...
View ArticleGojs latest version in IE 11
@no_one345 wrote: i developed my go js app and tested it in chrome now i want to make it work in ie 11 is there any changes in code i need to do to make it work it refreshes my page when i try to load...
View ArticleBinding function not fire
@ahmetgundogdu wrote: I have a lot of Bindings that use a source property that is an empty string. new go.Binding(“stroke”, “”, this.bindShapeTextColor), … … I set stroke new go.Binding(“stroke”,...
View ArticleGoJS version 2.0.17
@simon wrote: Changes for 2.0.17 Fixed a bug with scrollbars when setting invisible/hidden Diagram DIVs to visible/unhidden while modifying their size. Improved orthogonal link segment overlap...
View ArticleKeep Coping the node
@Abhishek wrote: Hi, how can I set a mode so that while I am dragging and dropping from palette I don’t have to pick the same node again and keep dropping the same node again and again? Posts: 1...
View Article第一次初始化gojs,在使用了自动布局(go.LayeredDigraphLayout)之后样式错乱。
@Meizhizhi wrote: 第一次初始化gojs,使用了自动布局(go.LayeredDigraphLayout)如下图: image.png714×328 13 KB 导致样式错乱,大小不对。如下图: image.jpg1100×826 110 KB 在第二次之后的每次调用,就恢复了正常。也就是说只有第一次才会异常。如何解决? Posts: 1 Participants: 1 Read...
View ArticleImage flicker when updating the picture source binding
@ee0jmt wrote: I am using pictures which are SVG images in my diagram. I have a binding on the source which allows for the individual pictures to be changes when the state is updated (e.g....
View Article