Link Shape.fromArrow/toArrow Two way binding not working
@JP wrote: Hi, In this example https://plnkr.co/edit/26aFUK26bokOdweo8tFA?p=preview, After clicking click here button I am trying to modify the Link shape.fromArrow and toArrow to "". But it not...
View ArticleGet key from after ungrouped a node
@JP wrote: Hi, After ungrouping a node how to get key of that node? Posts: 3 Participants: 2 Read full topic
View ArticleDropping Html element on Node
@JP wrote: From this sample https://gojs.net/latest/samples/dragOutFields.html, instead of dropping gojs fields in html. Can we drag and drop html element on top of node and that element value will be...
View ArticleSave data to MySQL
@mrpink007 wrote: I see that GoJS get and save data with JSON format.But my mission must do it on MySQLSo i use ajax to get data from MySQL (a php file will get data and convert it to json format,...
View ArticleThe page will scroll down automatically if i click diagram region
@chengwei wrote: i open my page in chrome,if i click the diagram region,the page will scroll down . Posts: 1 Participants: 1 Read full topic
View ArticleAdd groups to JSON feed
@kasga wrote: Hi guys,first of all, thank you for a great library, I think it really fulfills all of my needs for my next project ... hopefully;) I've set up the Flowchart example, and would like to...
View ArticleHow to display different picture inside palette?
@rauf wrote: excuse me, i want to make a planogram and i want to display different picture inside pallete based on myDiagram.model. but i'm still get the same picture i'm following here for my...
View ArticleUpgrading GoJS from 1.6.2 to 1.6.19
@amitraturi wrote: Hi, Recently we have upgraded to license version from trial v1.6.2 to --> version v1.6.19. Earlier we were able to get correct relative location for e.g....
View ArticleHow to overide delete event a node by key Delete
@sontd wrote: I want to catch event and overide when delete a note by hot key Delete, help me please! Posts: 2 Participants: 2 Read full topic
View ArticleCustomization of Dragging tool: how to implement validation before drop?
@Yefim wrote: Hi, there is a method doDropOnto() which is called after the drop.What is the right way to implement validation before drop and reject it if necessary? Thank you Posts: 3 Participants: 2...
View ArticleExternal Drag handling
@JJR wrote: Hello, I looked through the forums here and think this may not be possible, but I'll ask anyways. I have an external table/grid and want to drag its items over the GoJS diagram and have...
View ArticleLink the dynamic spots that comes on mouse click by giving them unique portId
@akash1 wrote: Here is my code : function init() { var $ = go.GraphObject.make; myDiagram = $(go.Diagram, "myDiagramDiv", { initialContentAlignment: go.Spot.Center, "undoManager.isEnabled": true });...
View ArticlePinch zoom in steps
@JEE wrote: Hi. This is a 'how to' question. Scenario: I have a gojs canvas displaying an image. I control the 'zoom depth' that the user can select. I do this because I want to show different quality...
View ArticleMove nodes with arrow keys
@lise wrote: Hello Walter, I need the user to be able to move currently selected nodes via keyboard arrow keys but I don't know how. None of the similar questions target GoXam with WPF and I couldn't...
View ArticleI want to catch drawing link event before the drawing has finished
@chengwei wrote: i want to catch drawing link event before the drawing has finished.And how to cancel drawing link event? Posts: 6 Participants: 2 Read full topic
View ArticleHow to prevent node doesn't exceed the rack and doesn't overlap with other...
@rauf wrote: bounds.png1366x768 73.4 KB I do not know what function or atribut is used to limit node. would you give me a few sample? thanks Posts: 11 Participants: 2 Read full topic
View ArticleDiagram within Diagram
@esimmons wrote: Is it possible to embedded a GoJS diagram within a GoJS diagram. And if so, can we interact with each diagram independently. For example, zoom in one diagram independent of the other...
View ArticleLink routing on reload vs. during editing
@ewoudenberg wrote: Dear Support: We don’t store link routes in our persisted files (to reduce source control merging issues), so they’re all computed when the diagram is loaded. However, we’d like it...
View ArticleIs possible binding toArrow in Shape?
@alice wrote: I look forward to receiving your feedback. Is possible binding "toArrow" in Shape?or Any ideas for change toArrow in Shape? before $(go.Shape, { toArrow: 'Standard', fromArrow: '',...
View ArticleHow to define linkTemplateMap inside a directive in AngularJS?
@vikash.bhattar wrote: linkTemplate: $(go.Link, { layerName: "Foreground", fromEndSegmentLength: 15, toEndSegmentLength: 15 }, { fromSpot: go.Spot.Right, toSpot: go.Spot.Left }, { resegmentable: true,...
View Article