Infinite Loop When Starting A Transaction
@mayyildiz wrote: Hello, I am experiencing a problem with transactions. When I add a node or link without using transactions, it adds perfectly.However, using transactions, it starts an infinite loop...
View ArticleButton not working on browser resizing
@nitin291989 wrote: On IE if the size of browser window is such that, there appears scroll bar on a dialog box having GoJS diagram, the button doesn't work. The only way left to close the dialog box,...
View ArticleNode template port positioning
@makbar24 wrote: Hi Walter, we have created a shape which show up the port outside. but when we connect with it other shapes, the link does NOT reach to the shape. there are always some distance...
View ArticleLayerBands(Swim Lanes) layout for Angular 5 in typeScript
@kapiton09 wrote: I am new to GoJS.I am trying to convert the swimBands layout from JavaScript to TypeScript which I am not getting it right. How do I do this override? // Perform a TreeLayout where...
View ArticleCollapse or expand all properties 'Onclick'
@sabbarfatima wrote: I want to move from this to this with one click how can i make it Posts: 2 Participants: 2 Read full topic
View ArticleHow to change cursor while dragging the Diagram?
@vorant wrote: How to change cursor while dragging the Diagram? Posts: 2 Participants: 2 Read full topic
View ArticleDisabling placeholder resize
@pka wrote: Hi All, Is there a way to disable or prevent the resizing of a placeholder panel, specifically when dragging child nodes? I am currently implementing a dragComputation function to restrict...
View ArticleControl Node size and spacing
@Lee wrote: I have a graph using a ForceDirectedLayout. The graph is based on the "Path Animation" sample. The JSON data is constantly updated via SQL database. For the most part, it works well, but...
View ArticleChange node cursor while hover and dragging
@jochang wrote: I'm trying to change the default cursor A, to cursor B when hovering over a node, and then to cursor C when the node is being dragged (with the mouse button down, InputEvent.left).But...
View ArticleHide Links while dragging Node
@jochang wrote: Is there a way to hide the Links connected to a Node while the Node is being dragged? When dragging a node, since I have routing AvoidNodes, it is not easy with all the lines to guess...
View ArticleThe problems of inspector
@3q wrote: Q1:These attributes such as angle,radius,start,sweep,geo are not belong to this node!I don't want them to show on the insoector.And I already set the includesOwnProperties is false!...
View ArticleLayout nodes in a group upon group creation
@Tany wrote: Hi,My program enables the user to group nodes on demand, by site key.When the user presses some button, the application group the nodes by site key.The groups are layout using...
View ArticleDisplaying SVG with multiple paths in diagram
@dsirmans wrote: I need to display an SVG in my diagram that is stored in a json file with numerous other SVG's. The SVG's are not saved in a .svg file independently. We use icomoon, so I have a...
View ArticleBinding width property with model.width data
@kapiton09 wrote: Is it possible to bind textBlock or shape width, height with model's data? If yes how? Very new to GoJS. $(go.TextBlock, { margin: 5, width: 100 }, --> instead of hardcoding 100...
View ArticleCannot use TextEditor Option
@Lyncheese wrote: I'm developing an app using vue.js and go.js. So far so good.But now I need a dropdown box on my panel.I follow this example...
View ArticleHow to pin a diagram?
@itayh wrote: Hi, I want to pin a diagram + scroll the diagram with the mouse? When the tree is expanded, the scrolling works fine, but when the tree is collapsed, the mouse will is moving the entire...
View ArticleModel.toJson doesn't work
@mouafus237 wrote: Hello hereI am new to this library and I confess that it threatens me a lot. I would like to know the prototype of the method toJSON because it does not work at home.Diagram =...
View ArticleLinks are getting distorted for fraction of seconds
@Rishabh wrote: Hi as you can see as i am dragging the node from outside of canvas and dropping onto link. I did this by the help of mouseEnter and mouseOut event.I hold the from and to node into...
View ArticleReload gojs diagram
@sabbarfatima wrote: After some modification on the diagram ,I want to reload (construct ) the diagram to the (initial) original state but it's not working Any propositions ? Posts: 2 Participants: 2...
View ArticleLinks disappear after after changing segmentOffset, fromShortLength and...
@mtalis wrote: Here is the scenario:- Create diagram using GraphLinksModel- Add nodes and links- When select a node update fromShortLength and toShortLength and segmentOffset of fromArrow and toArrow...
View Article