Fade in and Fade out effect for highlight node and links
@fekkyDev wrote: HI, How to add fade-in and fade-out animation while highlighting the nodes and links. In this example https://gojs.net/latest/samples/friendWheel.html needs to add animations while...
View ArticleReflexive link doesn't display correctly in Sankey Diagram
@warren.reed wrote: I’m trying to build my own Sankey diagram based on the sample at https://gojs.net/latest/samples/sankey.html. However, I can’t get reflexive links to display correctly. I added a...
View ArticleRestrict node drop action in some groups
@kishangajjar wrote: In my application, I have let’s say 100 nodes. Out of those 100, I have requirement that 50 nodes can be dropped in Group A ONLY, and the remaining 50 nodes can be dropped in...
View ArticleGoJS version 2.1.10
@walter wrote: Changes for 2.1.10 Added DrawCommandHandler.pullToFront and DrawCommandHandler.pushToBack commands in the extensions directories. For previous releases, see GoJS version 2.1.9. Posts: 2...
View ArticleHow to make separate port?
@hthuyfedev wrote: My example: As picture below. ‘D’ links to ‘J’ and ‘I’, ‘G’ links to ‘J’. The diagram will make user misunderstand that ‘G’ links to ‘I’ image922×354 12 KB Note: I use...
View ArticleHow to draw hierarchy diagram?
@hthuyfedev wrote: Hi everyone, I want to draw a diagram with some requirements below: More than one node can link to same node A node can have multiple parent A node from lower layer can link to a...
View ArticleHow to increase the radius of self loop link?
@fekkyDev wrote: HI, How to increase the radius of self loop link , i.e to make big curve as in the image. or is it possible to change to self loop direction to top or left ? Thank you Posts: 2...
View ArticleDOM tree browser compatablity
@rmanohar wrote: Hi, i am using a DOM tree and here am facing one issue with the browser resolutions. On setting browser to 90% screen resolution, im able to click on the tree nodes but when am trying...
View ArticleVertically aligning all items in a Palette
@jodinathan wrote: is it possible to vertical align the palette? in the GSA example, the black bordered box is a flexbox div that takes full height with flex-grow, then I would like to align the nodes...
View ArticleHow to set dynamic width for selectionAdornmentTemplate?
@Jednorozec wrote: Hello, I’ve been implementing a selectionAdornmentTemplate in my project. My target is to set selectionAdornment for Node, with RoundedRectangle Shape, with TextBlock in it. So the...
View ArticleWhat is the best way to 'merge' layeredDiagraph and grid layouts
@Charles wrote: I have a certain layout style that I’m looking for, but before I go down a bunch of rabbit holes I was hoping you could point me to the most straightforward way to go about it....
View ArticleMaintain an expanded group nodes within the viewport
@Tany wrote: Hi, I have a collapsed group, like in the pic, marked with arrow : IMG_20200311_1149031824×1368 1.04 MB When i expand it, it goes out of the viewport as shown :...
View ArticleGrid with main intersection highlighted
@AlbinTheander wrote: I would like to create a background grid for the diagram with the main intersection coordinates highlighted. (Something similar to the image below.) I am able to create the...
View ArticlemakeImage with scale 1 not working for Circular and Heirarchical Layout
@mithun wrote: Hi, I have a digram with around 100 nodes and I have used circular layout. But when we try to makeImage with scale:1, the png downloaded does not include all the nodes. I see only...
View ArticleLink mouseDragEnter only on nodes from palette
@robinvanbrakel wrote: Goodday, I Currently use GoJS and like it a lot, i have a diagram with a palette besides it. (Looks a lot like the flowchart example). Currently I implemented the mouseDragEnter...
View ArticleGraduating Panel with Varying Intervals
@dustinormond wrote: Is it possible to have a graduating panel with varying intervals? What I want to do is have the interval based on the month. For example, if the month is January then the interval...
View ArticleHow do I modify the layout of only 1 node?
@rsshilli wrote: I have the layout on the left and I’m trying to create the layout on the right: image2297×761 57.7 KB The only difference is that the first node (Process) needs to have a custom...
View ArticleLink Zoom Slider with Trackpad Mac
@mickeyt500 wrote: How do we link the zoom slider with the trackpad zoom action (pinch to zoom on mac) 2020-03-12_20-33-13864×405 29.2 KB Posts: 1 Participants: 1 Read full topic
View ArticleDraw a free line on layout
@Abhishek wrote: I want to be able to draw a free line by drag creation like we build walls in Floor Planner App, but want a node (a simple free line) rather than a group. I know this may be too...
View ArticleWhat is the idiomatic way to turn off selective animations?
@Charles wrote: I’m curious what the intended way is to disable specific animations for something like subgraphs expanding/closing? I found this snippet in the AnimationManager api, but unless I...
View Article