Angle not updated everytime I save the diagram
@saicharit wrote: Hi Walter, When i save the diagram, it gets updated except the angle of rotated elements.Please advise. Thanks. Posts: 2 Participants: 2 Read full topic
View ArticleHow to draw two links with different name from a node?
@suprith_sa wrote: i have a node as belowfrom which i can draw a link with name "Yes". but when i draw one more link from the same node again will get the link with name "Yes" itself like below. But...
View ArticleDisable moving for several nodes
@bravo2 wrote: Hi,I have two types of Nodes in my diagram - type A and B, and for each of them exist separate DataTemplate.I want nodes of type A to be movable and of type B to be fixed.When I set ,...
View ArticleHow to make HTML link on Nodes?
@jvasanthu wrote: Hi Walter How to make html links on Tree nodes? the html links are not displayed. It is displaying as html string The code modified below $(go.TextBlock, { font: '9pt Verdana,...
View ArticleHow to add two links automatically when drag and dropped?
@suprith_sa wrote: i have node called "For Each" when i drag and drop i want to it have two links automatically, i need some like as shown .please let me know how to do it? Posts: 2 Participants: 2...
View ArticleVisually split palette into sections
@Dominic.Lerbs wrote: Hi, we would like to split our palette visually into different sections, e.g. by adding horizontal seperators between some nodes.The horizontal seperators should of course not be...
View ArticleHighlight available ports in custom linking tool
@turnert wrote: Is there a way to highlight all ports that are available to be linked from/to given the state of a tool? For instance, I want to highlight all available fromPorts on the diagram. Once...
View ArticleDiagram.Select performance issues
@lise wrote: Hello, I'm getting serious performance penalties when the number of nodes and links increase as soon as I try to select multiple nodes via rubber band selection. I have a test case with...
View ArticleDisable diagram layout on specific nodes
@bravo2 wrote: Hi,How I can position some of my nodes that will not depended on diagram layout? Currently i have diagram with TreeLayout and when nodes are loaded, they location are updated according...
View ArticleZoom with easing
@turnert wrote: Is there a provided way to zoom in/out (or even zoom-to-fit) with an easing function of a given timeframe? I can implement this myself manually, but a provided way would be nice. :-)...
View ArticleToolTip gets hide upon hovering on Node
@tejbir wrote: Hi, I have a Node A. And i have an adornment attached to Node A. I also want to add a toolTip to the same Node A. So When i hover on Node A, i am able to see adornment but not toolTip....
View ArticleCould you all please let me know more in details about GoJS license
@kangfever wrote: Hello all, I'am a last year student in Thailand.and I need to complete some project in order to finish my program. interested in GoJS and now i'm considering it to be part of my...
View ArticleHow to safely ignore some changes while using the UndoManager?
@Jany wrote: Hello, I'm using GoJS version 1.7.5. My diagram has two kinds of user interactions: ephemeral, non-important changes: on mouve-over, some links are highlighted, also sometimes nodes are...
View ArticleNodes change lanes in BPMN editor when multi-selected
@Doogal wrote: Hi I've just noticed in our app that if I select two objects in separate groups and drag them so they remain in their respective groups, after the move one of them moves into the the...
View ArticleReset canvas on button click
@akash1 wrote: Hi,I want to reset (i.e. remove every thing that is on canvas )my canvas on click of a buttonHere is my code : document.getElementById("reset-canvas").onclick=function(event){...
View ArticleNo relinking event when dragging a link?
@ng wrote: Hi, When i am trying to make a link using linking tool (Draggable link example), link drawn is not triggered. Any idea why? Posts: 3 Participants: 2 Read full topic
View ArticleHow to have a link auto connect when two nodes get close
@ryanvice wrote: Hi, I need to be able to show a link when two nodes get close together and if the user stops dragging create the link. What are my options? Thanks Posts: 6 Participants: 2 Read full...
View ArticleGojs objects not showing up on canvas in reactjs
@prisha wrote: Hi I'm trying to show objects of gojs on canvas, but its not coming up. Canvas comes up in the div when I inspect, but no data/elements come on ui.Even the height of empty canvas comes...
View ArticleHow to prevent nodes from overlapping after expanding
@Fevill wrote: First time :Second time var node = this.MasterDataDiagram.findNodeForKey(mdName); var p = node.findObject("LIST"); if (p !== null) p.visible = true; Posts: 5 Participants: 2 Read full...
View ArticleLinks not getting added in straight line, how to do it?
@suprith_sa wrote: Hi i have a flow in which when i connect two nodes i am not getting the links in straight line as shown below, but i want these links to be in straight line automatically as shown...
View Article