Textbox text alignment
@Tany wrote: Hi,I'm trying to create some group template with an header that has the group key.I'm using textblock to put the group header and i want the group header to be in the center of the...
View ArticleEdges overlap with the diagrams
@vivozil wrote: When the number of nodes are increased the edges overlap with the nodes and each other . Below is the screenshot Posts: 1 Participants: 1 Read full topic
View ArticleGOJS crashed when moving a group
@Tany wrote: Hi,From time to time, when I drag a group and tries to relocate it, gojs freezes and i get the following stack trace : 20180502_171346.jpg3264x1836 1.36 MB It happens also when i expand...
View ArticleCalling "TreeExpanderButton" functionality without using a Button
@sabbarfatima wrote: thank you @walter .Can you tell me about the Expandbutton's functionality ,is there is a way to use it as an OnCLick Function ? Posts: 6 Participants: 2 Read full topic
View ArticleBind Parent Node Width to Width of All Child Nodes
@jkeippel wrote: I started with the static org chart and have tweaked some options, but ultimately have a tree layout. Is there a way to bind the width of parent nodes to have their left and right...
View ArticleIrregular behavior of edges visualization
@nitin291989 wrote: There is an irregularity in the way "edges" between the "nodes" are getting visualized. With fewer number of nodes, say, 10-15, edges are clearly visible the way it should, aligned...
View ArticleFilter options in DOM Tree
@Moushumi wrote: I am using a Dom tree and i want to do filter based on dropdown selection. My dom tree has country as first node then it has regions etc. I have a drodpdown which has all the regions...
View ArticleOverflowEllipsis to middle of text
@maciej wrote: Hi, I'm looking to move TextBlock.OverflowEllipsis to the middle of the text rather than the end of the text. From "looooo..." to "loo...ong" I have a data binding on the text block...
View ArticleIncrease the spacing between the links in a layered digraph layout with groups
@mohit_kh wrote: I have made a network with layered digraph layout in both the diagram and the 2 groups(image shown).The position of the nodes in the group and the different layers of the diagram is...
View ArticleIntegrating GoJS 1.8.17 with a Angular App
@Alex_Hendel wrote: Hi, our company currently evaluates GoJS. We are essentially looking for a functionality similar to your dynamic ports example. In order to get startet we used your example for...
View ArticleCan I add arrowheads to go.Geometry.Line without using Links?
@Ratatule wrote: Hi,I'm using the LineDrawing tool, and want to add arrowheads on start and end of the line. Can you help me, please? Posts: 4 Participants: 2 Read full topic
View ArticleGoJS version 1.8.18
@walter wrote: Fixed the implementation of some Arc paths in Diagram.makeSvg which had taken the wrong length curve. Posts: 2 Participants: 1 Read full topic
View ArticleLink Connection Points on Nodes
@ilyakut wrote: Hello, I am using the function "makePort()" (from https://gojs.net/latest/samples/flowchart.html). I need the port was placed on similar place of a Node. But the link moves around the...
View ArticleI want to check if this is a link bug?
@Mickey wrote: So if links crossover each other and they have the same from node Link.JumpGap or Link.JumpOver does not work. Please take a look at this screenshot. MicrosoftTeams-image...
View ArticleLine/Spark Charts with features
@dev wrote: Are there any sources for line/spark charts with zoom and vertical selection such as selecting a point, and returning the index of the data at that point, while drawing a vertical line?...
View ArticleAdd link interactively
@rusmin wrote: HiBasically, I want to be able to draw link between shapes and each link can be customised (eg. link 1 is single arrowhead, link 2 is double arrowhead, etc).I have done something like...
View ArticleHow to get the double clicked object in listener "ObjectDoubleClicked"
@HachimDev wrote: Hello,in this listener :myDiagram.addDiagramListener("ObjectDoubleClicked",(e)=>{// code})how can i get the node that is double clicked ? the only way i found is e.subject.Vm. But...
View ArticleThe location of port
@3q wrote: In this case,https://gojs.net/latest/samples/dynamicPorts.htmlQ1:I want to be able to bind the location of each port. var portSizeV = new go.Size(11, 4); var portSizeH = new go.Size(4, 11);...
View ArticleLinks names created dynamically using linkdrawn listener
@ahlam wrote: Hi , please can you tell me what am I missing .. I ve added name link that way but didnt work . myDiagram.addDiagramListener("LinkDrawn", e => { if (this.state.selectedLinkOption ==...
View ArticleCreate vertical aligns groups GoJS
@dbzsoft wrote: Hi guys I need to do ten groups vertically in a one panel, but the groups aligned at the bottom of panel, becouse the panel is small width and this group doesn't resize. I need this...
View Article