Hide panel if all contained rows are invisible
@Dominic.Lerbs wrote: I have a panel (let’s call it “PanelA”) of type auto with a border and a TablePanel with multiple rows. The visibility of the rows if defined through a binding, e.g. it can...
View ArticleTable column size not evenly distributed
@Hochware wrote: Hello again, I got the following Node: image.png578×725 18.7 KB What I want to achieve: Having 50% width of the table for both columns, no matter what is the content of the cells....
View ArticlemyDiagram.model not saving correctly
@swang92 wrote: Hello, I recently changed up my structure for goJS in Vue to have its myDiagram in a diagram component. In my diagram component, my myDiagram.model is behaving strangely. I am using :...
View ArticleVisio Diagram into GoJs diagram?
@ahmetgundogdu wrote: Is there a way to convert Visio Diagram into GoJs diagram? Is there a way you can suggest? Still does not support with version 2.1? My visio file: https://gofile.io/?c=kiUoas...
View ArticleSet tooltip delay for ports
@SoftEngi wrote: Hi, As I understand, the property to set the tooltip delay (hoverDelay) is applicable at the diagram level. https://gojs.net/latest/api/symbols/ToolManager.html#hoverDelay Is there a...
View ArticleHow to place shapes along a bezier curve link?
@cfarmerlv wrote: I am trying to create a custom link type that will render as a bezier curve with a visible stub at each end, and transparent in the middle. I want to show a shape at the end of each...
View ArticleDrag label along bezier line
@ciprianmocanu_servicenow wrote: Hi there, I’ve looked at the sample https://gojs.net/latest/extensions/LinkLabelOnPathDragging.html and did the same, but for curved bezier lines (curve: Link.Bezier),...
View ArticleIssues applying location to diagram
@swang92 wrote: Hello! I am currently applying a location to a new node and I’ve tested and logged the locations and it is getting and saved to the diagram in location/loc but on the diagram it self,...
View ArticleAccessing Panel expander button functionality programatically
@jothibaskaran wrote: Hi, I have a panel expander button on all the nodes in my diagram. When I click on the button, my node expands to display another panel. I have implemented it as follows:...
View ArticleHow to disable middle mouse button to change to pan mode
@jliao wrote: As a default behavior, the middle mouse button changes the mouse scroll to zoom in/out to pan modes. What is the best way to disable this? We would only like the mouse scroll to zoom (no...
View ArticleMind map - Many nodes
@pc222 wrote: Hi, if I create a mind map diagram, https://gojs.net/latest/samples/mindMap.html , with a lot of nodes, the graphic will be destroyed. This means that the connections no longer work. For...
View ArticlestayInGroup breaks snapToGrid
@andrei wrote: Hi, I’m trying to build a diagram that uses the swim lanes example. I also enabled a 20x20 grid and snap to grid. If I remove dragComputation: stayInGroup from the node template, the...
View ArticleWhy does my link straighten out?
@cfarmerlv wrote: I have a link that gets drawn in a way that I like at the time that it’s first drawn. If I touch its “from” node and move it slightly, the link reverts to a straight line, which I...
View ArticleGoJS 2.1.4 Released
@simon wrote: Changes for 2.1.4 Added Link.computeAdjusting to conditionally change the value of Link.adjusting used. As a new default, links will use the adjusting value Link.End during animation....
View ArticlePlacement guides to see alignment
@zamehan wrote: Hello, I cam comparing multiple diagram solutions and I would like to know if gojs has the ability to show placement guides to see if nodes are well aligned with each other when moving...
View ArticleGojs resize adornment shape resize when scaled
@ahmetgundogdu wrote: I want to enlarge the sizing shapes of the selected object as the diagram moves away. it gets harder to capture sizing objects as you zoom out %171 zoom resim2.png1760×808 44.9...
View ArticleAutolayout difference when using GraphLinksModel
@robinvanbrakel wrote: Hi There, First of all thanks for this amazing plugin, GoJS fits our needs perfectly. I have one question regarding layouting and the different models. First we loaded our model...
View ArticleHow to keep tree roots at original locations
@zamehan wrote: Ok, thank you for your answer. I have a last question regarding layouts. Is it possible to make multiple tree layouts in the same diagram? For example, a user place a node wherever he...
View ArticleLink arrows overlap
@ahmetgundogdu wrote: Links are overlapping. When I move the object, it gets better. How to solve this situation? As shown in the picture, overlapping, moving and correcting test.gif1760×741 378 KB...
View ArticleException: maximum call stack size exceeded at "Kp"
@MementoMori78 wrote: Hello. Summary about my diagram: ForceDirected layout, most Link’s routing is set to go.Links.AvoidsNodes, data passed using NodeDataArray and LinkDataArray. Amount of...
View Article