Inheritence in goJs node and link templates
@mithun wrote: Hi, We have a situation where we need multiple types of templates for different nodes. But these templates can share a similar behavior. Is it possible to define a base template and can...
View ArticlesegmentOffset binding gives different values in version 1.8.37 and 2.x.x
@jubin wrote: Hi I am upgrading gojs version (from 1.8.x to 2.x.x). I observed an issue with segmentOffset of links. Below code is used for binding segmentOffset. panel.bind(new...
View ArticleShow information of a link when passing over the
@nachoxxhh wrote: I need that when I hover over a link, show information. example: I try: image.png922×163 6.61 KB but I don’t bet anything. Posts: 1 Participants: 1 Read full topic
View ArticleGoJS 2.1.2 and 2.0.20 Released
@simon wrote: Changes for 2.1.2 Fixed a regression in 2.1.1 with the timing of InitialAnimationStarting that would prevent custom initial animations. CTRL + Mouse-wheel will still stop the event from...
View ArticleHi, workflow showing wrong
@zoom73 wrote: i have some workflows working well like this: image.png989×429 21.7 KB but this in particular are not working, its a big workflow image.png896×539 11 KB what can be wrong? i have this...
View ArticleDisable grid snapping for certain nodes
@Dominic.Lerbs wrote: Hi, we have a diagram with isGridSnapEnabled = true. Is it possible to disable the snapping for a certain category of nodes but keep it for all other nodes? Can I just change the...
View ArticleTraverse nodes starting from one and moving to outer connections
@ciprianmocanu_servicenow wrote: I need to filter out nodes from a graph based on the value of links coming out of that node and the value of those nodes. And, I need to iterate in fashion where I...
View ArticleWeird link hickups when autolayout
@robinvanbrakel wrote: Goodday, Im using GoJS Autolayout and its great so far, but one thing that bothers me atm and something i cant seem to fix is that the lines are not drawn properly when...
View ArticleSubtree collapse results in orphaned nodes without link to its parent
@nibinki wrote: Hi I got 2 subtrees where 1 node in a subtree is connected to another node in a subtree as shown in diagram . check the node which is expanded pic1.PNG820×413 25.2 KB if i collapse...
View ArticleObtaining Spot from Point
@drf wrote: Starting with a go.Point in document coordinates (one like 153, 57, for example), I need to get the correspondent go.Spot inside a Panel (from 0,0 to 1,1), How can I do this? Posts: 2...
View ArticleHow to create diagram inside diagram
@tomr wrote: Hello, I am using GoJS with the angular framework. I want to create a diagram that contains another diagram as a node. My purpose finally is when I will click on the “node”, the other...
View ArticleHow to make group elements surround evenly
@lutz wrote: I want the group nodes to surround the nodes evenly. Similar satellite map. But I can’t hold down the line of the node. Posts: 2 Participants: 2 Read full topic
View ArticleChanging Layouts dynamically
@mithun wrote: Hi, I am changing my layouts dynamically within transactions. But my problem is when I change the layout from Circular to ForcedDirectedLayout or from LayeredDigraphLayout to...
View ArticleFloor planner readonly view
@dlee wrote: https://gojs.net/latest/projects/floorplanner/FloorPlanner.html# For the floor planner example above, is it possible to have a readonly view? I was hoping for a flag for entire floorplan...
View ArticleStore myDiagram globally in vueJS
@swang92 wrote: Hello, I am currently using GoJS with VueJS. I was able to implement a simple vuejs diagram where nodes are just linked from one to another. I want to implement the click and drag...
View ArticleEnhance findObject to handle panels in itemArray
@jubin wrote: In version 1.8.x, we were using findObject to find panels inside itemArray. We upgraded gojs to 2.x version and findObject is no more working. Is there anything changed related to this...
View ArticleSpinanimation on Images
@Hochware wrote: Hello Since I am hitting a wall in this matter, I need your help for solving the following problem: I got a node which contains a panel which contains an Image. The goal is to create...
View ArticleDifferent hover effects
@caeserbala wrote: Another query i have panel and tree expander button need to show hover on both differently any idea how to achieve it Posts: 2 Participants: 2 Read full topic
View ArticleVirtual LayeredDigraphLayout
@ciprianmocanu_servicenow wrote: I have a huge graph that uses the LayeredDiagraphLayout. I would like it to only render the nodes that are visible. From this example I realised that I have to do it...
View ArticleLinks crossing over each other
@dmarques wrote: I’m trying to build a sankey diagram using the example on the GoJS web site as my starting point. I’ve used my own data for this diagram. The problem I’m encountering is that some of...
View Article