Stop propagation of click events to leaflet
@av8orbynight wrote: GoJS over leaflet. I have several Parts in the Tool layer (legend, buttons...) The diagram's nodes and links on lower layers respond to clicks those buttons and panels above, but...
View ArticleLinks overlap when moving target on top of source
@SamK wrote: Hello, If you create two nodes and create two links between them, each link with an opposite from / to key, then if you move one of the nodes on top of the other one a few times one of...
View ArticleHow to implement palette click event
@Anupam wrote: How to implement double click event on object present inside palette. Is there any sample for that ?Thanks in advance Posts: 2 Participants: 2 Read full topic
View ArticleCover all space by adornment which Link takes
@vorant wrote: I need to highlight all space which Link takes. I use Adornment and Placeholder for this purpose and see the following result: top of Link isn't covered, left and bottom have extra...
View ArticleI want to connect shape end point
@ahmetgundogdu wrote: Hello,i not want this state image: notShapeConnect.png807x628 18.6 KB i want this state i want link from point of any shape point my code: this.diagram.nodeTemplate =...
View ArticleGoJS version 1.8.14
@walter wrote: CommandHandler.canPasteSelection now returns false if there are zero parts in the clipboard. Fixes for Link Adornment sizing. Posts: 2 Participants: 1 Read full topic
View ArticleGroup expander Right alignment
@ebett wrote: Hi, I need to put the group expander button to the right and the text in the middle. Captura.PNG381x558 5.29 KB This is my gruop template: var tpl = $(go.Group, "Spot", new...
View ArticleUsing a Binding in a Tooltip to display the results of an async ajax return
@Charles wrote: go.js version 1.6.11 I've been looking around and haven't found any examples like this, and haven't managed to get it to work successfully in my code. I would like a way to use the...
View ArticleHow to remove the watermark on tablet
@shiguang wrote: I purchased a perpetual OEM license for GoJS. It works fine on website. I am working on to wrap this into my android app. How can I remove the watermark? I tried the new generated key...
View ArticleHow to add dynamic segments for link
@ahmetgundogdu wrote: Hello,I want create dynamic segments with link click event point and i want start segment moving.Maybe this method binding to with key.i can edit link click event but i don't...
View ArticleWhy can link be disorganized after modifying a display property of link
@389689 wrote: After modification setup code if (self.diagram && self.palette) { return; } var gojs = go.GraphObject.make; var diagram = gojs(go.Diagram, "canvas", { initialContentAlignment:...
View ArticleProperty bar Chinese display problem
@3q wrote: Posts: 2 Participants: 2 Read full topic
View ArticleHow to move a outer element to GoJs Diagram Canvas?
@gustavocastro wrote: There is an operation that needs to be done that involves dragging a component from JsTree to the GoJS. We tried to use Robot.js but this envolves only GoJs Diagram Elements. How...
View ArticleToolbar for Links
@vorant wrote: Is there a way to create Toolbar for Links?Something like this I've tried to use this example https://gojs.net/latest/samples/adornmentButtons.html but I didn't manage to do this....
View ArticleTournament data
@heardofdezz wrote: Currntly working on the tournament bracket,trying to make a bracket that saves the scores being entered. main issue is im trying to ccreate a submit button within my tournament...
View ArticleRounded Rectangle "parameter1" not working without an invisible dummy shape
@ar27111994 wrote: Hi, please help regarding inconsistent behavior of gojs Rounded Rectangle "parameter1" property (used for specifying border-radius). We cannot get a border radius working on our...
View ArticleDisable a touch pad behavior
@JasonLee12345 wrote: I'm now using mac to develop a gojs application. Notice that I can use touch pad with two fingers to move the viewport on the diagram. Seems like it's a default feature. Is there...
View ArticleSquare layout
@3q wrote: Similar to the circular layout, I want to customize a square layout, how should I operate? Posts: 2 Participants: 2 Read full topic
View ArticleWhy node not related to another node, but iterable in findTreeChildrenNodes
@Jashka wrote: Why node not related to another node, but iterable in findTreeChildrenNodes node a, related to c node and d, but not to b console logend node Finish Start : a : c : e : g : Finishend...
View ArticleMouse wheel not working on scrollbar when diagram doesn't have focus
@chali wrote: Hi, My company is using GoJS version 1.7.11. Recently we've found that we can't scroll the diagram using the mouse wheel if the diagram isn't focused. The scrollbar will move, but...
View Article