Reduce Space between 2 nodes in Palette
@tejbir wrote: Hi, Is there any way to reduce the space between 2 nodes in Palette?For eg: Can we reduce space between cyan and lightcyan nodes? Thanks Posts: 3 Participants: 2 Read full topic
View ArticleMaking a text block non editable
@utpal wrote: Hi, I have applied a textblock to show a label on the link now I want to make that textblock noneditable and readonly how to do that. My code is like this. graph.diagram(go.TextBlock, {...
View ArticleHow to binding the properties data of 'linkReshapingTool.handleArchetype'?
@gecode wrote: myDiagram.toolManager.linkReshapingTool.handleArchetype = goObject(go.Shape, "Circle", { width: 10, height: 10 }, new go.Binding('fill','element_color') ); I tried to do it, but it...
View ArticleCluttered links in TreeLayout after loading data to TreeModel
@Gatix wrote: Hi! I'm using TreeLayout and TreeModel to display my diagram. I was able to make loading and saving positions by making two way bindings in node locations and setting isInitial and...
View ArticleExample of go.Link.computePoints over-ride
@ernestjessee wrote: Is there on in samples. I am over-riding but things aren't working as expected. What I am trying to do is allow the link to acquire inital points collection from default and then...
View ArticleAngle 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 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 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 Article