Problem with add links
@Z.Tom wrote: I want to add link between two nodes,so I set the go:Node.LinkableFrom="True" and go:Node.LinkableTo="True",but it doesn't work.It is very odd;Following is my xaml:...
View ArticleCan you help me ? why the links in the first pic is not friendly?
@junvictor wrote: Hi guys: I am leaning gojs to show the transaction flow , but now there is a problem, the diagram shows like the following: Then I use the mouse to drag one of the components , It...
View ArticleLinks curve - Normal and JumpGap's
@oysteinh wrote: Hi, I have a problem with different types of link curve-types in the same display. I have previously had "JumpGap" as a default, but it tends to be kind of "random" which lines that...
View ArticleBPMN example, Sliding "issue" on loadJSON
@JosselinTD wrote: Hi ! I just discovered GoJS and I used the BPMN Editor example with Websocket to make a Google Drive-like collaborative editor.It works pretty well but when I add a node or a link...
View ArticleGrafcet with angular
@mram888 wrote: I have been trying to use the grafcet example but using angularJS. In the html I have:<go-diagram4 id="myDiagramDiv4" go-model4="model4" style="border: solid 1px black; height:...
View ArticleGoJS version 1.6.10
@walter wrote: Changes for 1.6.10: Fixed an SVG rendering bug that was introduced in 1.6.8. Shape.geometryString setter no longer offsets the position, instead it sets it, always overwriting the old...
View ArticleReloading the model
@nadeemparvez.ak wrote: Hi, I am using dynamic Json data to create a tree in GO JS. This works fine if i provide hard-coded JSON data. The problem i see is when i load dynamic data. I am showing the...
View ArticleChange grafcet steppanel shape dynamically in angular
@mram888 wrote: I would like to be able to change the color of the grafcet's steppanel shape dynamically. When defining the grafcet I am doing: myDiagram.nodeTemplateMap.add("", $(go.Node,...
View ArticleIssue about loading a large amount of data
@Z.Tom wrote: Recently,We tried to import a large of practical data,But when the nodes' count up to 300 and links' up to 300,it took a very long start-up time about 20s.Our aim is to load more than...
View ArticleGo JS palette not showing up nodes
@hridya wrote: Hello Team, I am building a palette for drawing diagram. But initially when the page loads, it doesn't show the items in my palette .I could not find any error in console and the moment...
View ArticleFixed stroke width
@chabbey wrote: Hi, I have a node that is basically a simply rectangle with a stroke width of 2 px. I'd like the stroke width to be 'always' of 2px width, whichever the zoom level is. By that i mean...
View ArticleER Diagram class name as link
@Ekata_R wrote: Hi in the example https://gojs.net/latest/samples/entityRelationship.html provide in go.js website. How can i change each header into a link, for example if i click only on "products"...
View ArticleVertical grouping of BPMN activities
@Rajeshpatil74 wrote: How one can make a vertical grouping of lanes ( Request & Approval) like the one shown in following example in exising BPMN editor ? Sample The Request & Response nodes...
View ArticleBackground of complex geometry node
@einav wrote: Hello, I have a complex geometry of a node and I want to assign it a background witch is an image. The image will have to fill all the complex geometry. The image is square but the the...
View ArticleBinding common myDiagram properties like "GridVisible" to collection property
@Ruslan wrote: Hi , I want to create UI tool which controls common diagram properties like Visibility, GridVisible,GridSnapEnabled etc For that I have model (UserSessionsModel) with following...
View ArticleUndoManager.Clear and UndoCommand CanExecute
@AndyP wrote: Hi,I use UndoManager.Clear when loading or saving a file, but the UndoButton in my ToolBar bound to the UndoCommand of the CommandManager is still enabled.How can I fix this? Posts: 14...
View ArticleGoJS version 1.6.12
@walter wrote: Changes for 1.6.12 Fixed Binding.ofObject to evaluate more frequently when the source property is the empty string. Remember that Bindings with a source property that is an empty string...
View ArticleScrolling in table Panel
@chabbey wrote: Hi, By looking at some examples, i noticed that scrolling in table panel was implemented by using table.topIndex = scrollPositionIdx; The issue is that we scroll row by row.I'd like to...
View ArticleDistinguishing textblock/data type in an edit events
@felix wrote: Hello, my nodes look like this: ------------ | Title | | items[0] | | sub[a] | | sub[b] | | items[1] | | sub[a] | ------------ The title, and each of the variable number of items and...
View ArticleReplace node on mouseDrop
@ewoudenberg wrote: Dear Support: (I'm referring to the Planogram's usage of mouseDrop as a starting point). I'd like offer a special case of dragging shapes from the palette wherein if you drag a...
View Article