GoJS version 1.7.13
@walter wrote: Fixed a bug with pinch-zooming in some browsers. Fixed a regression with Diagram.makeSVG not including CORS-disabled images. Fixed a bug with the TextEditingTool when using custom HTML...
View ArticleAuto Layout between ports
@Tany wrote: I'm connecting links between ports.The ports are floating on a rectangular shape and i set their Spot location manually.But when i run auto layout, they don't participate in the algorithm...
View ArticleOrg chart diagram show the nodes in horizontal
@jvasanthu wrote: org chart diagram show the nodes in horizontal . How to display the nodes horizontal way when i click on node. Now it displays vertical Posts: 6 Participants: 2 Read full topic
View ArticleCenter a node while in a group
@Tany wrote: Hi,My diagram could contain lots of elements, where some of them are groups.If the user wants to search for a particular node i use the...
View ArticleMulti touch zoom not working on genogram
@pravin wrote: Can somebody please show me, how to enable multi touch zoom in Genogram (link & code from gojs site) http://gojs.net/latest/samples/genogram.html ctrl++ is working fine, but not...
View ArticleCan a Diagram have multiple linktemplates?
@kingo wrote: What I want to do: click the link style in the right Palette to draw different styles of link in the Diagram. Posts: 1 Participants: 1 Read full topic
View ArticleDelete handles in link
@doohan wrote: Hi,it's possible to delete dynamic created handles in link?For example, how can i delete handles in http://gojs.net/latest/extensions/OrthogonalLinkReshaping.html ? Thanx Posts: 2...
View ArticleClick on from/to endpoint of a link causing connected port changed
@chzh.austin wrote: I realize in any example, for instance, http://gojs.net/latest/samples/flowchart.html When selecting a link, and then click on from/to endpoint of the link, the endpoint will jump...
View ArticleGoJS version 1.7.14
@walter wrote: Avoided undesired side effects of undo and redo after relinking duplicate links. Further improved the dragging between Diagrams that was modified in 1.7.13. Posts: 1 Participants: 1...
View ArticleHow to open a context menu on left click?
@Jany wrote: Hi, I want to show a menu when the user left-clicks on a node. I used the ContextMenuTool because it is very much like what I want, except using the left click instead of the right. How...
View ArticleNewest Leaflet Version not working correctly with GoJS
@n0gare wrote: Hello, I am using Leaflet in combination with GoJS. I noticed that the example: http://gojs.net/latest/samples/leaflet.html seems to be outdated, because it is not working for the...
View ArticleHow to resize Node of type Spot based on text content?
@marin wrote: I have a node of type Spot in my Diagram because I want to position ports and TextBlock. However, I also want the node to resize based on the length of the text. How can I do this?...
View ArticleAdd node data asynchronous
@BFENico wrote: Hello, i have a problem when i add node data asynchronous. See the video... https://cloud.bfe.tv/index.php/s/3DIWYUQ3kWGLe1R When i refresh the site then i have no problem. I use...
View ArticleThe issue with ports
@tesicg wrote: The element we have looks as following: As you can see there is a small port at the bottom of element. The code looks as following: var image8Template = $(go.Node, "Vertical",...
View ArticleHow to resize the length of LineH using adorner?
@tesicg wrote: The code looks as following: var hLineTemplate = $(go.Node, "Horizontal", nodeStyle1(), $(go.Shape, "LineH", { fill: black, width: 50 }) ); function nodeStyle1() { return [new...
View ArticleHow to provide a slight curve to links
@cfarmerga wrote: I have a simple diagram where I want links to extend about 20 px straight out of the node's fromPort before curving, and then straightening again 20 px before entering the toPort. I...
View ArticleIgnore part for node alignment
@Dor wrote: Hi, is there a way to ignore a part in the node template for aligning the node in a given location.Here is a screen with two nodes without the text part in the node template. both nodes...
View ArticlemakeUniqueKeyFunction when drop node
@BATU wrote: I have 2 diagramA and diagramBI am want my own key maker. so I set it to makeUniqueKeyFunction. like this. diagramA.model.makeUniqueKeyFunction = UniqueKeyFunc;...
View ArticleWhy doesn't TextBlock stretch Horizontally?
@marin wrote: Why doesn't my TextBlock stretch Horizontally?My node organization is something like this: $(go.Node, 'Spot', { locationSpot: go.Spot.Center, locationObjectName: 'BODY' }, $(go.Shape,...
View ArticleHow to make LineH to be port as a whole?
@tesicg wrote: Please, take a look at the following diagram: There is an element above and line below. The elements like that one could be more and they can be above and below the line. I put the port...
View Article