OverflowEllipsis 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 ArticleProgrammatically adding a new node after another node is dragged
@jc78 wrote: I have a diagram listener, "ExternalObjectsDropped", that is called when I drag a node into my diagram from a Palette next to it.. In response to that newly dragged node, I'd like to...
View ArticleProgrammatically deleting a node after its dragged
@jc78 wrote: This is part two of my previous question which I figured out. This part however I'm still stumped. I have a diagram listener, "ExternalObjectsDropped", that is called when I drag a node...
View ArticleBend links to toEndSegmentLength
@Gatix wrote: Is there a way to prioritize a point for the link to bend relative to the value of toEndSegmentLength? ie: I'm using AvoidNodes routing, the links should still avoid nodes but the end...
View ArticleResizing, draw Links
@ilyakut wrote: Hello, I have a Node This Node is resizable only in horizontal direction. How can I make only the Red line from/to Linkable. The Red line should change its size with the whole...
View ArticleHow to add ports to the Pool shape from the GoJs Extensions?
@mtalis wrote: I was trying to add ports using makePort from the GoJS examples and show/hide them on mouse enter/leave. It works fine for the left side ports but top, right and bottom ports are hidden...
View ArticleLaptop touchpad pinch zoom not working as expected in desktop Safari
@kd wrote: GoJS 1.8.17 (desktop) Safari Version 11.1 (13605.1.33.1.2) In desktop Chrome and Firefox, and iOS Safari, pinch-zoom gestures work on the diagram as expected. But in desktop Safari, the...
View ArticleCreate an adornment popup
@jc78 wrote: I'd like to add a selection adornment button on my node that when I click on it, it brings up a popup menu. My goal is to place a "Color" adornment button on a node (only visible when...
View Article