Blurriness while scrolling on windows 10 + chrome
@michaelchann wrote: I have seen a post about this before but didn’t see a resolution to the issue. (Chrome & GoJS’s blurred textblock) I have a video of this happening in our product, but it...
View ArticleDiagram not working in chrome
@no_one345 wrote: i m working on a project in angular. I want to render some diagram in respective divs but i get this message in the element inspector of chrome diagram1.PNG1359x666 43.9 KB Posts: 1...
View ArticleLink label to foreground on link selection
@opkeydev wrote: i want to set link label to foreground when ever i select or edit link label i have set selectionAdorned to false but then i am not be able to select my link. please let me know how...
View ArticleDiagram changing after adding of link
@pavan.mehtre wrote: I am calling “LinkDrawn” event. In that event i want to call backend api after drag and drop but i don’t want to create new link between two nodes so i am deleting those link...
View ArticleIs it possible to get bottom (last) generation in genogram?
@prameela.dara wrote: Hi Walter, Is it possible to get bottom (last) generation in genogram? I need to display one node that should not have any links connected nothing but unlinked nodes. Those links...
View ArticleVuejs and Gojs - databinding not updating
@danaia wrote: I am using the VueJS/Gojs example: https://gojs.net/latest/samples/vue.html On the parent, under mounted, I have a function call: this.getLevel() Under methods, I have a Axios powered...
View ArticleUndoManager.clear not clearing
@TricksterX wrote: Hi! Please, I would like to know if I might be doing something wrong. I’m calling the “diagram.undoManager.clear()” method, but I’m still able do undo some operations after that. Is...
View ArticleHow to transform svg into geometric path
@zhouhuan0910 wrote: I have a question , how to transform SVG’s diagram into gojs’s geometric path.please!! Because I have many graphics generated by SVG, but I don’t know how to convert between SVG’s...
View ArticleMove dimension line away
@AB wrote: Hi Team, Its Floor Planner App. I need to move dimension link to up-word when dragging an object. It look clumsy when dragging an object. Screenshot.png1748x573 33.1 KB Posts: 3...
View ArticleHow can I fix my diagram layout problem?
@Giosk wrote: I’m creating a diagram which is created incrementally adding nodes and links calling my backend api and I’m trying to figure out which layout fits best for my purpose. I tried two types...
View ArticleConstrain Width of Document Bounds
@ltruelove wrote: I’ve been searching a lot to try and find the answer to this so I apologize if it’s been answered before. I’m hoping there’s a way to constrain the width of the document bounds and...
View ArticleZoom diagram to node
@denis-andrikevich wrote: Hi, there. So the question is how can i zoom diagram to a selected node? I have click handler which get selected node, but i can’t find how can i zoom. Official doc says use...
View ArticleHow to get names/labels of connected edges
@danaia wrote: Hi, like to better understand the right way to get the names of the label text from all the connected edges to a single node. What is the best way? I am trying to get children and...
View ArticlefindNodeForKey when model is shared by two diagrams
@Luddy wrote: Hi, I’m having the problem that diagram.findNodeForKey() returns null, for a diagram that shares a model with another diagram, and for keys that appear to be in the model (as evidenced...
View ArticleLink Overlapping from Node
@opkeydev wrote: Hi, i am facing some issue of link overlapping when i draw link from specific points please let me know what i am doing wrong or how to avoid this issue ggggggggggggggggggg.gif830x670...
View ArticleIs it possible make this with gojs?
@Sami61 wrote: There are little object or setting buttons on image that I added to bottom. These are showing when I focused the object. This feature generally included all bpmn modelling tools. Is it...
View ArticleHow to make a two way link?
@alex_zeng wrote: https://gojs.net/latest/samples/records.html I’m new to GoJS. The example above shows how to add links between fields. But I find a issue when I draw a link from 'field1 in ‘Record1’...
View ArticleDiagram positioning
@no_one345 wrote: I m working on a project with a lot of diagrams in it, i need to fix these diagram to center of div and automatically fit the div on initialization for that purpose i was using...
View ArticleCompositing layers and alpha blending
@Luddy wrote: Hi, I have a diagram whose nodes consist of a Node with a Picture inside. The image is generated using WebGL, and drawImage is used to place it in the 2D context of the Picture’s...
View ArticleGoJS version 1.8.27
@walter wrote: Fixed a regression from 1.8.24 where some graduated panels will draw incorrectly. Dragging groups while DraggingTool.isGridSnapEnabled no longer snaps their members separately. This...
View Article