Implement custom portSpreading
@timbijnen wrote: Hi, I want to implement a custom function that handles te portspreading of links on a node. What would be the best practise to do this? Thanks,Tim Posts: 1 Participants: 1 Read full...
View ArticleTree does not save position after ExpandTree/CollapseTree operation
@halley wrote: When i try to collapse or expand a tree after moving the nodes, the tree always returns to the original position. Is there a way to to allow tree to stay at the position that was before...
View ArticleGoJS version 1.6.7
@walter wrote: Changes for 1.6.7- Extended the ContextMenuTool to work on a right-mouse-down event if the tool is in the ToolManager.mouseDownTools list.- Changed how the main Shapes of Links are...
View ArticleFind link labelKeys
@puiggali wrote: How Can I find a link by a labelKeys. I try to find by example myDiagram.findLinksByExample({ "labelKeys": "-10" }) but i can't. I only can findLinksByExample with from or to. Please,...
View ArticleInspector part
@strengthseok wrote: First, I am a Korean.Please understand i don't speak English wellIn the example, I think I want to come out.However, coming out in the form of debugging.What should i do nowA...
View ArticleDiagram doesnt render UIB TABSET
@nadeemparvez.ak wrote: I am trying to incorporate the GOJS Diagram as part of modal popup which has a UIB TABSET which has 4 tabs and this diagram is part of an HTML included on 3rd TAB. The issue...
View ArticleUsing GoJS with NodeJS - "ReferenceError: window is not defined" in file...
@nurub wrote: I was trying to use GoJS with NodeJS in a simple program. I'm using NodeJS v4 on Win7. I'm testing on Firefox. I'm also using Express and Jade with NodeJS I didn't modify the default...
View ArticleDownloading 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 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 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 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 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 Article