Links and two-way data binding to nested property
@jsobell wrote: The example at http://gojs.net/latest/samples/dynamicPorts.html shows how to do two-way binding assuming the data for the model is flat, but I'm trying to bind all positional...
View ArticleHow to pass a php result into nodeDataArray and linkDataArray?
@mignoncharly wrote: Hello,I'm trying to make a diagram using GraphLinksModel Class. I used the Minimal GoJS Sample as base and i want to fill var with data coming from a php code. <?php $nodeList...
View ArticleCreating Multiple links by dragging at a time from a node
@chary wrote: Hi Is it possible to create a multiple links at a time by dragging from a node Expected like this Posts: 2 Participants: 2 Read full topic
View ArticleGuidelines and snapping to assist in making straight links?
@ewoudenberg wrote: We'd like to add a feature from the GuidedDraggingTool to the LinkShiftingTool so that when shifting a link guidelines are presented to assist in creating straight links. Can you...
View ArticlePicture Control Display of PNG with Transparent sections
@esimmons wrote: Quick question. Does the Picture class support PNG images with transparency. According to the following website I think W3C does not recommend the use of transparent images....
View ArticleMulti-select bounding boxes
@calebat wrote: Hi - I was curious if you could point me in the right direction to implement a bounding box that would encompass everything you have selected - specifically I want this in the event...
View ArticleRemoving a part
@marty1 wrote: Hi,My issue is I want to remove a part which is actually a background. Suppose this is how I added a part myDiagram.add( scope.gj(go.Part, // this Part is not bound to any model data {...
View ArticleUpdating the UI when data is linked to an external model
@jsobell wrote: OK, so this is possibly a fundamental understanding epic fail... I have a chart based on the finite state machine sample, and the model used to represent states and transitions (nodes...
View ArticleHow to let "isHighlighted" event bind the data from nodeDataArray?
@Kevin68 wrote: I am new to goJs. I've got one simple question: the original code is: new go.Binding("fill", "nodeColor"). It works fine. But if I change it to "new go.Binding("fill", "isHighlighted",...
View ArticleCounting the number of outgoing links on one side of a shape
@jsobell wrote: Hi,I've got a nice working chart based on the http://gojs.net/latest/samples/adornmentButtons.html demonstration, but of course as the number of outgoing links increases they...
View ArticleNode Link Text - Tooltip
@maligan wrote: Hi , how can i set tool tip on node link text (tooltip on node is working fine) Sample code : > { > toolTip: > goJ(go.Adornment, "Spot", > { background: "transparent" },...
View ArticleDrag Drop Swimlanes From Html Canvas - Keys Not Auto Updating
@matthew.holmes wrote: Hello, I am trying to manually add swimlane groups, as per the example from a custom HTML toolbox. The way I am doing this is associating data to a toolbox item and manually...
View ArticleHow to know the control key is pressed or not in the linkdrawn event
@chary wrote: Hi I want to know whether the control key is pressed or not in the linkdrawn diagram event. Please provide a sample code Posts: 2 Participants: 2 Read full topic
View ArticleRemove Shapes from a Part
@marty1 wrote: My question is that I have drawn my nodeTemplate with some nodes Now on the top of that I am adding a part for example : $scope.myDiagram.add($scope.gj(go.Part, {layerName: "lines",...
View ArticleOdd line in GenogramLayout Sample with specific data
@Pete wrote: Like several others I have been extending the Genogram sample for our project here. I was working with multiple partners and consanguineous relationships, when I noticed some strange...
View ArticlehoverButtons
@jeremy wrote: I think i previously found the 'hoverButton' page, but i can't find it now... anyone could help? Many thanks! Best,Jeremy Posts: 1 Participants: 1 Read full topic
View ArticlePersisted link points don't restore when reloaded
@jsobell wrote: OK, struggled for a day with this now...I'm serializing and deserializing the points for a bezier curve link. It is editable, and when it persists, the data is stored fine, and the...
View ArticleTwo elements sharing a single port
@abhijith wrote: I want to implement a diagram where a single port shall be accessible to two or more elements. This is useful for rendering a diagram where a network element like a router can reside...
View ArticleLink between ports of same element
@abhijith wrote: I am trying to design a network diagram containing various network components using GoJS. Can we display links between ports of the same element?Also, I want the end user to be able...
View ArticleCreating like below table layout is possible with colspan or rowSpan Property?
@gunnu wrote: I`m trying to find a way to creating table layout as shown on the image can you guide how to do this with $(go.Panel, "Table",? Posts: 2 Participants: 2 Read full topic
View Article