Using TreeView as palette
@ashish_singh wrote: Hi, I am trying to use GoJS treeview as a palette. i have modified the code here https://gojs.net/latest/samples/treeView.html. To make it work as a palette. i have modified the...
View ArticleGoJS version 2.1.14
@walter wrote: Changes for 2.1.14 Added the Simple Block Editor sample, demonstrating how to let users easily build block diagrams. Changing Link.fromShortLength or Link.toShortLength no longer...
View ArticleLayeredDigraphLayout Links and Layers
@Charles wrote: How are the link paths calculated for LayeredDigraphLayouts calculated as it relates to links to the next vs further away layers? I’m trying to clean up some linking / styling for the...
View ArticleCan segmentOrientation be set to -60 degrees?
@Jeff wrote: I’m currently working with the Timeline example: https://gojs.net/latest/samples/timeline.html. The dates on the X Axis are set to a segmentOrientation:go.Link.OrientMinus90 which makes...
View ArticleStrange Shadow Issue
@ironwill1023 wrote: Hi, Gojs Team! I’ve found this strange issue. https://content.screencast.com/users/ironwill9157/folders/Default/media/3b4b3e33-2c5b-4cc0-a341-1d5a1422abe8/LWR_Recording.mp4 When I...
View ArticleAdding Icon and count summary to Groups
@mickeyt500 wrote: Hi, GoJS how can we add a header icon and a counter (corner circle, number is total number of child groups) to parent group and child group. See attached screenshot. Posts: 5...
View ArticleEdit TextBlock of Node on Create
@dustinormond wrote: Is it possible to edit a textblock of a node after create? Here is what I have tried (see three commented out attempts below: function createNode(location) { var newNode = {text:...
View ArticlePalette Node Items Arrange With Table Layout
@pawan wrote: How to arrange each node item in palette with table layout (instead of grid layout) with two columns in each row? Currently it is showing with grid layout and it auto arranges randomly...
View ArticleGroup members location after expand
@Klim wrote: Hello! I have diagram with 3 group templates. Scenario: Open 1 level group. image572×575 9.02 KB Open 2 level group. image509×536 9.69 KB Close 2 level group. image635×601 9.38 KB Close 1...
View Articlemodel.cloneDeep is not a function
@peterma wrote: Hi, Walter, I tried to use the officail adapter for ReactJS. At the moment I got this error: image837×294 19.7 KB This is my code: image899×1058 44.7 KB I’ve tried to add a ‘cloneDeep’...
View ArticleGrey Mode for elements and links
@ironwill1023 wrote: Hi, Gojs Team. We’re gonna implement grey mode in gojs builder. This is desired screen design. Screencast.com 2020-04-22_2329 Shared from Screencast.com The ‘grey mode’ means when...
View ArticleHow to prevent dragging links from Node?
@console wrote: Hi Team, We have a Node with portId set to empty string. And so when I drag from within the node I can draw links from it to connect to other nodes. But we want to restrict this...
View ArticleMultiple Links created between Nodes
@ashish_singh wrote: Hi I am facing issues with links which are getting created between nodes. I am trying to achieve below scenarios. Pre-Drawn nodes between 2 existing “start” and “end” nodes. There...
View ArticleUnable to load image
@kaashan wrote: @walter: We are trying to use GoJS inside an angular project and we are facing an issue of images not being served for Picture object from the src/app/assets folder. I tried a simple...
View ArticleWorking SubGraphExpanderButton in Palette
@agillespie wrote: I’m utilizing a palette to dynamically load nodes (from a master data model) that are related to whatever is selection by the user in my main diagram. I have a working solution that...
View ArticleAdornment position for LinkReshapingTool
@marbonestu wrote: Hi! I’m creating a Tool for reshaping a link and I need to create a handle and position it based on the document position. Right now, the way it’s placing is not based on the...
View ArticleHTML rich text node
@southernangel wrote: I’m trying to create a web version of a diagramming app and so far GoJS has looked quite good. However I also need to be able to put rich/html text nodes into the diagram, where...
View ArticleHow do I avoid node cover from each other in Grid Layout
@Isaac-Shen wrote: Hey walter, I got some nodes covered from each other problems Like this, after grouping, I got some groups covered: and after dismiss the group, the children nodes also got coverd...
View ArticleMaintaining order of nodes when displayed as a linked list
@itzikya wrote: Hi, I have this kind of graph, and i want to maintain the order of the nodes with indices that can be changed by the user. What is the best way to keep track of the order, and make...
View ArticleGoJS version 2.1.15
@walter wrote: Changes for 2.1.15 Added the Single Page Diagram sample, demonstrating how to show a sheet of paper behind the diagram and how to limit dragging and resizing to stay within the margins...
View Article