BUG: Self Link redraws previous links in differents points
@ebett wrote: I need the same diagram like https://gojs.net/latest/samples/statechart.htmlBut, in this example when I draw a self link and reshape it, the next self link will redraw the previous link...
View ArticleLeaflet Support
@av8orbynight wrote: I'm evaluating GoJS's fit for an Angular 5 enterprise application. It will require graphics (routes and points) on top of Leaflet. I'm running in to a few problems. I'll submit a...
View ArticleGoJS over Leaflet -- route points disappear
@av8orbynight wrote: I'm having a strange issue with GoJS over Leaflet in Angular 2+. I am following much of the Leaflet sample and my nodes (representing lat/long positions on a Leaflet map) are...
View ArticleImplementing Drag Zooming Tool in TS / Angular 2+
@av8orbynight wrote: I'm at a bit of a loss on how I should be using DragZoomingTool.js from https://gojs.net/latest/extensions/DragZooming.html in my typescript based code (Angular 2+ CLI). This is...
View ArticleDownloading GoJs library with windows system
@nillyla wrote: Please, I need a video that shows us how to download this library ,or just show us clearly steps to do in order to download it.Thanks Posts: 2 Participants: 2 Read full topic
View ArticleGrouping Links after node is moved within a group
@Tany wrote: Hi,As soon as nodes are grouped into group, all links between the group are grouped to one link, as expected. My project allows to move ports around the nodes and ofcourse move the node...
View ArticleDelay cut removing parts until paste
@ebett wrote: Hi,I need that when the user press CTRL+X (cut), the parts stay visible (probably with a dash colored border) until the user press CTRL+ V. ¿How I can avoid the parts be removed?Thank...
View ArticleNew Template for GOJS library
@Rajeshpatil74 wrote: Just had a look in one of the site - http://www.oecdbetterlifeindex.org/#/11111111111 Can your team work on developing a template like shown in link using GOJS. I do not have any...
View ArticleViewport cordinate to set (0,0)
@Anupam wrote: Can we set the view port co-ordinates to (0,0) instead of -infinity, -infinity. Because i need all the object's Location to be positive number Posts: 2 Participants: 2 Read full topic
View ArticleTooltip Attachment and Scaling Behavior
@Charles wrote: go.js version 1.4.20 I'm attempting to combine two types of behavior for a panel/tooltip and not having much luck. I would like to combine the placement behavior of...
View ArticleAdd default icon to node
@mohanr.k wrote: Is it possible to add default icon to Node? $(go.Picture, { source: "icons/example.png", background: "gray", width: 50, height: 50 }) In above example if example.png is not available...
View ArticleHow to change backgound color of textblock on editing?
@singh019 wrote: By default, in GoJs, when user tries to edit text in textblock of gojs, white background appears. I need to change this white color to some different color. How can I do that? Posts:...
View ArticleCollapsible/Expandable TableRow
@chenb wrote: Hey, I have TableRow with links from row to row (no links from the table to table, the nodes are the rows).(attach pic). Screenshot_1.png824x628 39.8 KB I want to make collapsible and...
View ArticleHow to use DiagramModel.Modifiable property
@necap wrote: Hi,I am trying to make the sample https://gojs.net/latest/samples/sequentialFunction.html non editable. Actually what I want is for the user to be unable to delete or add nodes/links but...
View ArticleContextMenu hidden/invisible
@n0gare wrote: Hello, in orientation to this example i tried to use my own custon contextmenu.I struggeled to get it going, so I almost copied the example. I only changed the names of the variables...
View ArticleGoJS version 1.8.13
@walter wrote: Fixed DraggingTool.doMouseMove to respect settings of Diagram.currentCursor in GraphObject.mouseDragEnter event handlers. Adding or removing reflexive links at a node when there are...
View ArticleHow can I fixed the link when moving group location in Gojs
@mr.nguyen wrote: I want the link to stick to the node image.png915x478 8.79 KB Posts: 1 Participants: 1 Read full topic
View ArticleArchetypeLinkData question
@marin wrote: When using ArchetypeLinkData, javascript objects, such as Map are not copied for new links, but rather shared. Is this the intended behaviour? Noticed it on GoJS 1.8.4. Posts: 2...
View ArticleQuestion about screen size changes
@av8orbynight wrote: I've added a Part as legend to a specific spot, relative to the viewport right and bottom. This is on top of a Leaflet map. This works great when the page displays but when it is...
View ArticleText transform upper case
@giotramu wrote: Hello guys! GoJS is amazing! One question: what is the best way to make the text upper case inside TextBlock object? I used the conversion function of Binding Class but without...
View Article