Custom unique key function not always firing?
@jcarney wrote: I've implemented a custom function that generates UUIDs instead of sequential values for view keys via: diagram.model.makeUniqueKeyFunction = () => utilityService.newGuid(); I'm...
View ArticleContextMenu Example in IE11 Not Working
@tailchaser wrote: I discovered this issue using 1.8.4. The "right-click" is not responding and displaying the context menu. In fact, in my own testing, the "show" event isn't even firing to trigger...
View ArticleNeed to call a function when Linking the Nodes
@Akhil wrote: Hi Walter, I want to call a function and I need to get the data from the both of the nodes to pass as arguments in that function. Can we fetch the data based on the link ,For this which...
View ArticlePreventing duplicate drops of nodes
@Akhil wrote: Hi Walter, Thanks, I got the solution. I have one more doubt. Can we able to restrict the repetancy of the node. For Example, If I add one node, the same node I shouldn't be able to add....
View ArticleShow a particular Date in the initial view at the center
@nitin291989 wrote: How to show a particular date on timeline, where timeline is created using background grid lines of the "diagram" like this: image.png811x330 4.11 KB Now, my requirement is to show...
View ArticleNew nodes for selected nodes gets created when ctrl key is pressed
@Rajeshpatil74 wrote: In my diagrams, when any node is selected and tried to re-position same with mouse but ctrl key is pressed on keyboard,then instead of moving the node new node gets created.(Same...
View ArticleThe mobile end is long according to the event
@Allie wrote: I use the GO.JS to draw the tree on the phone, and when I press the node, I will have a bullet box, how to set the style and content of this box, or how to prohibit the use of long press...
View ArticleOrdering the nodes with links
@Akhil wrote: Hi Walter, Is there, any way to order the nodes with the links. Can we use linkDataArray to find the order of the nodes, Is that possible ?. Thanks in Advance. Regards,Akhil Posts: 4...
View ArticleCustom binding Dash and Dotted line
@Alpheus wrote: Hi There, Is there a way to bind Dash to custom values on the inspector dropdown? I am trying to disply my chosen values and bind the to valid values for the dash property on the link....
View ArticleGoJS version 1.8.5
@walter wrote: IE: Fixed a regression from 1.8.3 with PointerEvents: Mouse-based events now correctly report their button (left, right middle) and modifier keys (Ctrl, Alt, etc). Additionally,...
View ArticleProblem in arranging overlapping nodes
@sharpost wrote: This is about functionality to arrange overlapping nodes. SendToBack & BringToFront I am using zOrder binding to achieve this. Suppose node1 has zOrder:1 & node2 has zOrder:2....
View ArticleSaving the node position/location when creating a group
@Tany wrote: Hi,Suppose that i have a node with a fixed position set to (x,y)=(100,200).Now, i create a group. The group is located by Group.layout algorithm and set, for example to (x,y)=(400,600)....
View ArticleHow to set position of gojs node fixed if they are grouped?
@dmaurya24 wrote: Sir i wanted to that if i made some nodes in group then if i select particular node. Then particular node location moves with whole group not individual. Like group is moving...
View ArticleBug - Loading link points does not layout smoothly on load
@matthew.holmes wrote: Hi, We have a license for go.js and are experiencing an issue which can be easily demonstrated on the draggable link example...
View ArticleDisabling option + node click and move
@jude wrote: On my Mac, when I press the option button, and then click on a node and move it around, it copies the node. How can I stop this behaviour? I tried using the CommandHandler as follows, but...
View ArticleMultiple Node move operation preventiion
@Rajeshpatil74 wrote: How one can prevent move operation when multiple nodes are selected ? What I need to do is when multiple nodes from different groups are selected, move operation should be...
View ArticleTrying to zoom out the god view in overview diagram
@sagar wrote: I am trying to zoom out the overview diagram but its not working. I would like to zoom out, so that I can see more contents from the observed diagram. I read that, a change of scale or...
View ArticlePerformance alternatives
@TricksterX wrote: Hi! In the last few days I've been trying to speed up my application. I need to display about 40k nodes, and it's taking about 40 seconds, in which the browser stays completely...
View ArticleGoJS version 1.8.6
@walter wrote: Added ForceDirectedLayout.moveLimit property. Event bubbling fixes for Pointer Events in IE and Edge. Posts: 2 Participants: 1 Read full topic
View ArticleDisable dragging
@Ab06100 wrote: Is it possible to disable dragging when more than one object is selected? Floor Planner (3).png1840x951 66.7 KB Posts: 1 Participants: 1 Read full topic
View Article