Strange behaviour in the link path
@timbijnen wrote: Hi, I'm experiencing some strange behaviour when reshaping a link that goes from and to the same node. The link gets strange curves when it is reshaped, this is not happening when...
View ArticleAs I run the project?
@juniorsatanas wrote: node.png1280x1024 180 KB Posts: 2 Participants: 2 Read full topic
View ArticleReturn and get object
@pekcikmaz wrote: How to return and get go.Node object with JQuery? Posts: 5 Participants: 2 Read full topic
View ArticleDiagram not scrolling horizontally to fully cover the diagram
@naveen wrote: I'm using a virtualized tree layout with the nodes having to expand based on their content. The node's desiredSize is set to 220 x 50. Sometimes on expanding the nodes the diagram's...
View ArticleTrigger a click event on a node
@chabbey wrote: say i have at some point : var node = ..... How can a trigger programmatically click event on this node ? Posts: 2 Participants: 1 Read full topic
View ArticleCentering Child Nodes sharing Multiple Parents
@progs wrote: I can't figure out why a child node sits underneath the top or left most parent, and does not automatically center itself under the middle parent. My json looks like this: var...
View ArticleShowing link Labels Conditionally
@progs wrote: I am trying to show link labels if the node and its child nodes are selected, I have the following code: myDiagram2.linkTemplate = graph(go.Link, { curve: go.Link.Bezier, toShortLength:...
View ArticleRemoving background on placholder in sub-graph
@progs wrote: I'm able to set "isSelected" and "isHighlighted" without any problems, and the mouseEnter call seems to fine, but I can't seem to remove the background when I mouseLeave the...
View ArticleOpen-source usage?
@mchahn wrote: I tried to read the license but it was too hard for me to grok. I see that goJS has an unlimited evaluation. Could it be included in an open-source project or would this be a violation...
View ArticleDisplaying the details of shapes ( length , radius )
@Emil089 wrote: Hi i am new to this !! i need to create a diagrams according to user select . currently i am having trouble in rendering the diagram with new changes hear the vm.Shape is wht user...
View ArticleOn Server Side
@Wat wrote: On my Server side can't show diagram.It show bank page ps. It's Unlicense bank.PNG1306x515 3.09 KB Posts: 2 Participants: 2 Read full topic
View ArticleHow to set StateChart linkdataarray colors?
@Engincode wrote: Hi. I'm using go js stateChart(http://gojs.net/latest/samples/stateChart.html). I need linkdataarray set color. How to set link color? I'm trying => { "from": 1, "to": 4, "text":...
View ArticleSetting non-highlighted nodes to 50% opacity
@progs wrote: I currently have functionality where when you click on a node that selected node and all connected nodes are set to a different color then the rest. I would like to incorporate...
View ArticleCollapsed Object GoJS
@pekcikmaz wrote: On WinForms I can also do it this way. GoSubGraph gs = new GoSubGraph {CollapsedObject = new SiteNode()}; how it is done wıth GoJS? Is it possible Posts: 3 Participants: 2 Read full...
View ArticleWorking with different graph states
@progs wrote: I am trying to understand what the best way is to work with different states of a graph in Go.js. For example, when the page loads and the graph has not been touched, I have the...
View ArticleStop links with no port from ending at the same point
@Doogal wrote: Hi When I have a number of links with no port specified going to the same node, these can link to the node at the same point. When possible I'd like to avoid this situation and link at...
View ArticleIncorporating Zoom In/Zoom Out with the Mouse Wheel
@progs wrote: I see there are some really good keyboard shortcuts for scrolling and zooming. Is there a way that I can accomplish the same Zoom In/ Zoom Out functionality that comes with Ctrl+ and...
View ArticleMaking badge from RoundedRectangle
@estesbubba wrote: I'm trying to make a badge that is a circle until the text gets long enough to make it stretch horizontally which then the sides are half circles. I'm trying to use RoundedRectangle...
View ArticleGoJS version 1.6.2
@walter wrote: Changes for 1.6.2:- Added the Data Inspector sample, a simple drop-in for inspecting and editing Part data.- Fixed some cases of testing for points being within quadratic bezier curve...
View ArticleAbout the SubprocessTask node in BPMN Workflow (problem with placeholder)
@jacefu wrote: Hello, I'm accomplishing the SubprocessTask node in my Workflow Designer and there is a problem I can't really figure out how to do. In my designer, there is a BoundaryEvent node that...
View Article