GoJS version 1.8.19
@walter wrote: Enabled two-finger zooming on MacBook trackpads. Fixed half-disconnected link routing bug involving "...Side" Spots for Nodes that are members of Groups. Improved LayeredDigraphLayout...
View ArticleHow to convert this diagram to add new object on runtime?
@manishverma wrote: Screen Shot 2018-05-15 at 2.51.54 PM.png910x306 12.7 KB I am new to gojs. I want this diagram to able to add new record objects like in screenshot. Every record object must be able...
View ArticleBreaking down Go.js diagram creation into multiple JS files
@madguy02 wrote: I am writing a demo application that uses go.js. But referring to the examples i see that only single page diagrams mostly developed under the script tag. I want to break the complete...
View ArticleWhy the difference in whether LayoutCompleted is called?
@cfarmerga wrote: I can't seem to duplicate this in a simple fiddle yet, so I hope it's mostly my misunderstanding of the framework. In my real app, I want to listen to the diagram's LayoutCompleted...
View ArticleTimeLine dragging in case of RTL languages
@nitin291989 wrote: While dragging the diagram towards right or left in case of RTL language like Arabic, graduated ticks for days and hours are not aligned properly like this: image.png948x596 7.48...
View ArticleMouse click original event details
@kszadkowski wrote: Hi! I am using GoJS 1.7.9. I have a simple handler for event implemented like this: myDiagram.addDiagramListener("BackgroundSingleClicked", function (e) { }); Inside this handler I...
View ArticleHow can i use DataInspector for showing data from JSON Array?
@kishangajjar wrote: I have some additional JSON Data Array associated with every node. So my node data is like this:{ "key": 1, "Name": "Node 1", "color":"black", "location":"12.02 13.05",...
View ArticleCollaps or Expand TreeExpanderButton
@Fevill wrote: Hello How can i collaps or expand TreeExpanderButton https://gojs.net/latest/intro/subtrees.htmlin javascripte code ? ThanksThanksThanksThanksThanks Posts: 2 Participants: 2 Read full...
View ArticleResize node column and row automatically
@dbzsoft wrote: Hi, how can I change or Resize cells to my node automatically, when central row has many characters?This is my template node: myDiagram.nodeTemplate = $(go.Node, "Auto",{ fromSpot:...
View ArticleCan I use contextMenu on Selectable Ports?
@aroel wrote: I have similar case like 'selectable ports',(https://gojs.net/latest/samples/selectablePorts.html) and I tired to add contextMenu for each Port, but right-click does not activate those...
View ArticleHow can I change parent-child relationships stroke color
@ajosojan wrote: Hello, I need to use color for stroke from nodeData for parent-child relationships. // the representation of each label node -- nothing shows on a Marriage Link...
View ArticleWhen I change values of a specific node it changes values for all instances...
@wdunn001 wrote: Hello, I am trying to make a POC based on GOJS in Angular. When I change the data of a node it applies to every instance of that node in the diagram instead of that specific node....
View ArticleI want to get GraphLinkModel for selected Group
@kishangajjar wrote: In my diagram, user can create different groups. I want users can save the specific group as a Template in database. For that i want to get all the nodes inside that group and...
View ArticleGeometry Reshaping Tool remove uniform stretching
@harmoncantillan wrote: I am using the PolygonDrawingtool and Geometry Reshaping tool. But same as the PolygonDrawing.html, if I am reshaping the polygon, it stretches also the other end (uniformed)....
View ArticleUnderstanding Gojs licenses, terms and conditions
@madguy02 wrote: Hi, We are planning to evaluate Gojs license.Can someone from the core team share all the terms and conditions or point out to specific hyperlinks where we can go through them? Thanks...
View ArticleOrganize groups in order
@dbzsoft wrote: How can I organize the groups in order? I have this array but they come out in a disorganized way. { key: "S1", isGroup: true, text: "Semestre 1"}, { key: "S2", isGroup: true, text:...
View ArticleBinding Panel Type
@Sriram wrote: Hello, Is there a way to dynamically get the Panel Type from the node data using a binding? Instead of hardcoding "Auto" as below : $(go.Panel, "Auto" $(go.Shape, "RoundedRectangle",...
View ArticleHow to detect that model is setting up first time?
@kishangajjar wrote: I am using ModelChangeListener for sending changes to server.But when initially a page is opened and for the first time i am setting up model's nodeDataArray and linkDataArray....
View ArticleAdd default Label along with Link
@kishangajjar wrote: I am trying to add some default value to Link Data whenever a new link is added to diagram by user. I want to show label on link, so my link template is as per following....
View ArticleHow to mix Drag Creating and Draggable Link examples?
@vorant wrote: I want to create a Link without Nodes by dragging like in this example DragCreating There is something similar DraggableLink but I don't need to use Palette. Is somewhere such example?...
View Article