Multiple nodes resizing should not be possible outside the bounds of parent...
@Rajeshpatil74 wrote: I have a group shape (reactangle) with some nodes of different size inside it.Now when multiple nodes are selected for resizing one should not be able to resize the nodes when...
View ArticleSetting icons on GoJS button
@marin wrote: Is it possible to set a glyphicon or custom class on a GoJS button? Posts: 1 Participants: 1 Read full topic
View ArticleAvoidsNodes invalid in group within group
@CL.Peter wrote: Hi all,In the group, I have set layout to go.TreeLayout and set layerSpacing: 120,arrangementSpacing: new go.Size(40, 40) then I set link to AvoidsNodes, and turn groups to...
View ArticleAbort the dragging Tool - with custom part value set
@Rajeshpatil74 wrote: In my diagram, shapes are shown with custom adorments ( with different shapes shown) With this approach, user is able to create different types of shapes from current shape with...
View ArticleHow to generate a part, using category name?
@Rajeshpatil74 wrote: With reference to my previous question "Abort the dragging Tool - with custom part value set" I have a various node templates added in diagram template collection.Now I need to...
View ArticleContraction of nodes
@Allie wrote: Hello, everyone. Recently, I encountered some difficulties in using GO.JS on the mobile side, so please help me.My projects have a large amount of data to use, according to the tree and...
View ArticleTouch the node
@Allie wrote: How to touch a node, pop-up your own definition of the context menu, and you can also get to this node data information Posts: 2 Participants: 2 Read full topic
View ArticleBring a foreground node in front of another foreground node
@nitin291989 wrote: How to bring a "foreground" node in front of another "foreground" node Posts: 11 Participants: 2 Read full topic
View ArticleUse undoManager for virtualizedForceLayout
@Yamasan wrote: Hello. I'm trying to use undoManager in the demo virtualizedForceLayout to redo/undo nodes' location, but a node is not always in diagram, and it's seem useless to set...
View ArticleDebug Inspector Usage
@nakyuz wrote: You know there is debug inspector in GOJS extensions. Thanks to it, we can show property of nodes or links. But I want to show combo box or anything else about form elements. How can i...
View ArticleChart distorted after adding a node in subgroup
@YogeshMohan wrote: Whenever i add any node in any subgroup my flow chart links get distorted.Please check snapshots and arrays gojs-gif-001.gif1080x720 2.22 MB ----- Node Data Array ---- {key:...
View ArticleRotate and resize Panel with Shape
@vorant wrote: Hello I want to resize and rotate Panel with Shape. Now when I rotate Panel Shape rotates too, but whet I resize Panel, Shape doesn't resize.Is it bug? or I have to add some properties?...
View ArticleHow to set layers to default
@Rajeshpatil74 wrote: In my diagrams, I am displaying different types of diagrams depending on selection from drop down OR tree view.In such case I am not initializing the various templates again and...
View ArticleMultiple mode links in LayeredDigraph
@dvdbekerom wrote: Hi all, I'm having trouble to link nodes using a function.The code I use is: var nodeArray =...
View ArticleHow to detect drop on elements on one level down
@Rajeshpatil74 wrote: I have a diagram as shown in Fig. BPMN.png999x720 50.2 KB When decorative element is added in the diagram and then user tries to do drag -drop of "Task" & "Gateway"the...
View ArticleAdding a secondary type of link
@Giu wrote: I have implemented the OrgChartExtras diagram on my app.https://gojs.net/latest/samples/orgChartExtras.html I'm trying to create the "secondary" links (orange and green) and I succesfully...
View ArticlePolyline segement - delete the point where line joins
@Rajeshpatil74 wrote: For my diagrams, user is able to create line with multiple segement ( The example of DirectLink you provided previsouly)by using the center adjustment handle of line. What those...
View ArticleHow to make the highlight of the longest branch at the PERT of the chart
@Jashka wrote: How to find nodes in logest branch at the PERT chart How to make the highlight nodes ( maybe background or border color ) of the longest branch at the PERT of the chart. Posts: 5...
View ArticleonLinkConnected not call
@llopht wrote: I have a little issue with GoJS : I drop nodes on the diagram and create links between some ports.I use onLinkConnected event to call a method to change the link and ports styles...
View ArticleOverlapping a geometryString
@cesar.smerling wrote: Hello! I'm having some problems creating a geometryString wich overlap another geometryString. I have a Node with ports wich have a geometryString figure, I need to overlap this...
View Article