Downloading an image of the diagram
@Doogal wrote: I'm trying to use makeImageData to generate an image that the user can download. It's working fine in Chrome and FireFox but nothing is happening with IE. I don't think it's a problem...
View ArticleOverview Zoom Problem
@Rizwan wrote: myOverview.Observed = dvDiagram; myOverview.Stretch = Northwoods.GoXam.StretchPolicy.Uniform; Or Binding Observed="{Binding ElementName=myDiagram}" its not setting the Its not settings...
View ArticleautoScale won't grow above 1
@estesbubba wrote: I set my diagram to autoScale: go.Diagram.Uniform and it will shrink below 1 but won't grow above 1. Is there another setting I need to do to make it grow past 1 and always fill the...
View ArticleGetting Dynamic Data for nodeDataArray and LinkDataArray
@nadeemparvez.ak wrote: Hi, Are there any examples or implementation with non-hardcoded nodeDataArray and LinkDataArray ? for Examples instead of getting nodeDataArray: [ { key: "Record1", fields: [ {...
View ArticleGet key of collapsed Subgraph from which link goes out
@Ruslan wrote: Hi, How I can define Subgraph key from which the link (from default subgraph port) goes out. Depending on expanded subgraph in subgraph hierarchy this key can be different. The link is...
View ArticleRemoving Link data from the graph
@nuhuda7 wrote: I'm trying to remove link data from my graph but it isn't working. I have tried both removeLinkData as well as removeLinkDataCollection within the transaction but to no result. Posts:...
View ArticleComplex Objects with custom TextEditingTool
@ronif wrote: Hi,I'm trying to use a custom TextEditingTool of a typeahead/autocomplete nature.Thing is, when an item is chosen, I need to do more than simply set the text - I also need to set the...
View ArticleMultiple shapes into a groupTemplate
@quim96 wrote: I try to implement two shapes into a group template but the second shape doesn't appear correctly. The size of the second is always fixed. My code is:...
View ArticleCanvas blurriness
@einav wrote: Hello, All the elements including font, images are blurry inside the canvas. What can be the reason? Posts: 2 Participants: 2 Read full topic
View ArticleSimilar to GoJS Pipes Example in GoXam
@Ruslan wrote: Hi, Is there any example in GoXam which looks like Pipes in GoJS. Posts: 3 Participants: 2 Read full topic
View ArticleExpanding node templates / accessing part.elements
@felix wrote: Hello, I want to add a little bit of interface to my nodes. I have a general question of what's a good way to do this, and a specific question I was led to in my first attempt. My data...
View ArticleExpanding a group, then clicking off it messes up the layout
@spd_e_gonzales wrote: Scenario: I drag a group from a palette to the diagram. Then using the expander button I expand the group. Once the group is expanded, I click away from it on the diagram. As...
View ArticleDynamically change the Sankey diagram link's stroke width
@Kakit wrote: Hi, I am working on a project that needs to show the evolution of the Sankey Diagram along with the time. This means I have a slide bar to control the time spam, and I want to show the...
View ArticlePart.locationSpot
@ollikat wrote: Just out of the curiosity....it seems that Node created via Model.addNodeData() sets the locationSpot to center. IMO it's a bit confusing as Part.locationSpot states that the initial...
View ArticleIdea for having 3rd parameter for go.Binding
@Glidias wrote: In go.Binding conversion functions, there are 2 parameters for the functions, first parameter is the supplied property value argument, and the second parameter would be Shape/Part/Node...
View ArticleHow to create Gantt Chart with Time scale on top?
@Rizwan wrote: Can you please provide sample for creating timeline chart with time scale on top . as shown in image. Reagards timelineSample.png1366x738 6.52 KB forum.nwoods.com Time lines Sometimes...
View ArticlePicture in front of node
@einav wrote: Hello, I would like to have the picture in front of the node and not disappear. This is what I have now : This is that I want : Code of the picture : g(go.Picture, { maxSize: new...
View ArticleHyperlink for any nodes in incremental diagram
@mehdi58 wrote: Hello,How can I add hyperlinks on nodes in incremental diagram for JS.Thanks Posts: 2 Participants: 2 Read full topic
View ArticleBroken port behavior
@SimonBrodtmann wrote: I used the flow chart example to first create a simple chart output without editing possibilities. The JSON is generated by the server and everything works fine.After that, I...
View ArticleMapping field of records
@nadeemparvez.ak wrote: Hi, I am looking to represent a tree structure of data on the fields of records. are there any options available for the same ? for example i would like to represent the below...
View Article