Problem with corners in the RoundedRectangle
@useche_dev wrote: Hi, everyone, I have a problem when I implement RoundedRectangle on a Shape. Border is added and I can modify it with the strokeWith, but in the corners, the original rectangular...
View ArticleIs it possible to access Key or Name variables in Callback of Bindings
@swang92 wrote: Hello, I was wondering if it is possible to access Key or Name binded variables passed used addNodeData in the call backs of other bindings. For example: new go.Binding(“fill”,...
View ArticleAvoid dragging one group into another. Only nodes
@useche_dev wrote: Hi, everybody. I have a problem, I want to avoid dragging one group into another and only the nodes within each individual group can be moved. Try modifying the mouseDragLeave in...
View ArticleLink segment length
@paavum wrote: Hi, I am having a bit of an issue with labels on orthogonal connectors, even if the segment where the label is located is very small the label will rotate. For very small segments, this...
View ArticleProblems with dragging nodes
@useche_dev wrote: Hi, everybody. I have a problem since I have several nodes within a group (which has a placeholder). The thing is that the nodes can be dragged out of the group in any direction...
View ArticleDifferent sizes for each band
@Jason11 wrote: Hi! Following with the solution of this post Hoe to add an empty band to the layeredDiGraph I would like to increase band sizes in order to have parents and sons of the same band at...
View Article‘startTransaction’ does not exist
@paavum wrote: Hi, I’m sure I’m missing something dumb. But for the love of me, I havent been able to figure it out. I am using the latest goJS (after a surprisingly uneventful migration from 1.7 to...
View ArticleFixed position in group sanity check
@cbh wrote: Hi all. I need a little hand holding here. I want to have a function where the user creates an group and all of the constituent parts are locked in place relative to one-another. So when...
View ArticleGojs integration on angular
@jsotom260298 wrote: Hi, I’ve made a functional application with gojs using javascript, and now I want to integrate it on an Angular project, but I can’t do it. When I try to run the init() function...
View ArticleIcon cut in group corner
@useche_dev wrote: Hi, everybody. I have a problem. I’m adding an icon via a Panel in the upper right-hand corner of a group. But it gets cut off and doesn’t come out completely. I tried changing the...
View ArticleDetection of Key auto-increment
@agillespie wrote: My project utilizes a palette and a standard diagram. The standard diagram is a “view” of some collection nodes in a graph database master model. It is not the entire graph...
View ArticleChange in font on scroll
@jothibaskaran wrote: Hi, I have a palette and diagram model. The text in my palette behaves strangely on scroll when the browser Zoom is changed from the default. The text appears to change size for...
View ArticleNon rectangular group
@zamehan wrote: Hello, I would like to know if it is possible to make that the shape of groups non rectangular and adapt to the placement of its members. For instance, if some nodes are placed in a L...
View ArticleProblems with links between nodes
@useche_dev wrote: Hi, I’m having a problem connecting some nodes via links. When the connection is made, they overlap over the nodes. How can I avoid this? Thanks in advance. That’s how it looks. I...
View ArticleDoes it support persistent TreeExpanderButton state?
@plusor wrote: Hello, Does it support persistent TreeExpanderButton state? When I quit the application after using collapse/expand, the next time I open it again, I hope to keep the last usage status....
View ArticleAdd text in a SubGraphExpander and change styles
@useche_dev wrote: Hello, everyone. I need to add text in a SubGraphExpander instead of the default icon. I tried the _subGraphExpandedFigure and _button properties of the SubGraphExpanderButton, but...
View ArticleDynamicPorts example in React
@JesperWe wrote: Hello! I am evaluating GoJS by trying to recreate some in-house stuff using code based on the Dynamic Ports sample, which is the closest to our use case. Easiest way for me to do this...
View ArticleChanging a property of the layout of a node
@useche_dev wrote: Hi, I have a problem, I want to modify the GridLayout’s wrappingColumn property of a Node meniante a ternary, whose variable is changing in a click method. But it doesn’t seem to...
View ArticleExample using Picture.reloadSource?
@cshotton wrote: The addition of Picture.reloadSource seems to be what I’ve been looking for in gojs for quite some time, but I can’t find any examples of how it should be used. Specifically, I have a...
View ArticleHyperlinkText opening new tab or window
@Viswanatha wrote: Hi walter, we are using HyperlinkText.js for nodes when click on it it goes to some page, but link opens in new tab or window. we want it should open it only in current window or...
View Article