Quantcast
Channel: GoJS - Northwoods Software
Browsing all 7069 articles
Browse latest View live

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 Article


Auto 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 Article


Org 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 Article

Center 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 Article

Multi 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 Article


Image may be NSFW.
Clik here to view.

Can 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 Article

Delete 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 Article

Click 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 Article


GoJS 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 Article


How 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 Article

Newest 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 Article

How 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 Article

Add 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 Article


Image may be NSFW.
Clik here to view.

The 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Ignore 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 Article


makeUniqueKeyFunction 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 Article

Why 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 Article

Image may be NSFW.
Clik here to view.

How 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
Browsing all 7069 articles
Browse latest View live