Reordering force directed graph
@natoi wrote: I am currently creating an animation, and I’m struggling to re-organize my graph after I initially display it. This is my initial layout : And I need to get to this (each node connected...
View ArticleArrange nodes vertically or horizontally in groups based on dynamic nodearray...
@ghulam wrote: Here is my group layout code. myDiagram.groupTemplate = $(go.Group, “Auto”, new go.Binding("layout", "lyt"), $(go.Panel, "Auto", $(go.Shape, "Rectangle", // surrounds the Placeholder {...
View ArticleHow to additional JSON data to the node?
@KeerthiYeruva wrote: Hi Walter, I am using GoJS in my project. I want add additional data to the node which is in JSON format and i have different data for each node. I am using angular 5;...
View ArticleIntegrate link to link into dynamic ports diagram
@sajstyles wrote: I want to integrate link to link into dynamic ports diagram. Can you please provide any help/reference in related to my query? https://gojs.net/latest/samples/linksToLinks.html...
View ArticleMultiple color for Custom Relationship Triple
@sureish wrote: Hi, https://gojs.net/latest/samples/relationships.html just gone through above link. Could you please help me with the option to give three different colours for three different lines...
View ArticleMaterial Design Sample
@Tany wrote: Hi, Our project uses Material Design as its UI frame work. I know that we can use native HTML in a GOJS diagram. Do you have a sample diagram that embeds material design into it ? Posts:...
View ArticleHow to set geometryString of the line2
@yuanych wrote: line.jpg862x464 41.7 KB The sample show the Line1 source code.https://gojs.net/latest/samples/relationships.html How to set Line2 with the geometryString? Posts: 2 Participants: 2 Read...
View ArticleShow names of each nodes in palette
@ash wrote: Hi, i need to show respective name on each node of my floorplan palette, is there any way i can set that. i have tried setting “TextBlock” in my floorplanner-template-furniture.js file at...
View Article[2.0.0-beta11] Cannot read property 'classType' of undefined
@estesbubba wrote: I have changed from 2.0.0-beta5 to beta11 and now getting the stacktrace below. Any ideas on what has changed from beta5 to beta11 that could cause this and changes I need to make?...
View ArticleForce Layout with grid-snapping positioning
@dbrodie wrote: We are using GoJS with force layout on complex nodes, and using AvoidNodes link routing without dragging or editing support. It happens quite a bit that a node ends up, due to the...
View ArticleWhich layout should I use in a group?
@ghulam wrote: I am stucked at one place…For arrangement I am using LayeredDigraphLayout with direction property to 0 or 270 for vertical or Horizontal its working fine. The problem is I am using side...
View ArticleDragging an non gojs object onto a diagram
@Tany wrote: Hi, As far as i understand the ExternalObjectsDropped event handler is dealing with native GOJS parts that where dropped. Is it possible to drag and drop an external object onto a diagram...
View ArticleContext Menu button click issue
@premthomas95 wrote: I am getting the context-menu successfully. When one of the context menu is clicked I need it to be appeared as the following screenshot: Now I am getting it in the center of the...
View ArticleGojs with bootstrap Modal Uncaught RangeError: Maximum call stack size exceeded
@number-amt wrote: I’m getting Uncaught RangeError: Maximum call stack size exceeded While using Bootstrap Modal . i’m trying to create a canvas on bootstrap modal image.png1366x768 171 KB...
View ArticleHow to move nodes (drag and drop) only to particular level?
@chintu538 wrote: image.png1120x518 12.2 KB In the above diagram, Level 1 is ‘Mother’ Level 2 is ‘Father’ and all the children will be placed under ‘Other Juveniles section’. Now i can able to drag a...
View ArticleNeed to display the links of action nodes
@Parthi wrote: Hi sir, I need to display the children links of the node or action .When action node is displaying. How to do it? Pls tell ? Initially in the diagram only start button and one down...
View ArticleLines overlapping issue
@anubhutijain wrote: Hi, I have created a diagram in GO JS and set fromSpot : go.Spot.RightSide, // coming out from Right side toSpot : go.Spot.LeftSide but still lines are overlapping. Is there any...
View ArticleManually refresh nodes in diagram
@vitludwig wrote: Hi! I’m trying to create node by drag’drop (https://gojs.net/latest/samples/htmlDragDrop.html) - node is created and added to diagram model, but it won’t show in diagram until page...
View ArticleDynamically change Link category with multiple link templates
@niyamat wrote: Hi I have multiple link templates in one diagram. how to change a link category for particular link at certain logic point. and link should take effect (refreshing) immediately. trying...
View ArticleDrag a Group generate bad behavior
@itayh wrote: Hi, i have updated to your latest build (1.8.35) and still experiencing issues with the drap and drops of nodes and group. see images: initial position: image.png747x499 33 KB while...
View Article