makeImage resolution not sufficient
@shameer.sheik wrote: Continuing the discussion from How to save entire diagram as png?: yonghan: it's not work. go.Debug.trace = function(x) { if (window && window.console)...
View ArticlePrinting with scale
@estesbubba wrote: In our print code we allow the user to select the scale and have based the code off your printing example. What happens is when the scale isn't 1.0 the tiling doesn't work properly....
View ArticleHow to append additional data to node and access them at then javascript?
@sfrtrd wrote: I want add some additional data to the node and access the data when click it.The additional data isn't display in the node object. Posts: 2 Participants: 2 Read full topic
View ArticleHow to bypass node level in GoJS?
@jarangbacot wrote: I'm trying to create tree chart like this : How to bypass child 1 level so child 3 will be at equal position and level as child 2 ?Thanks Posts: 4 Participants: 2 Read full topic
View ArticleIs it possible to have two different context menu using div in go.js diagram
@venkadesr wrote: Hi,I am using go.js to create a visual interface as follows I have associated the context menu for the square node, whereas I need a different context menu for parallelogram (target)...
View ArticleI need add element in a Panel with a button
@puiggali wrote: Can someone help me please? myDiagram.nodeTemplate = $(go.Node, "Auto", // the whole node panel { selectionAdorned: true, resizable: true, layoutConditions: go.Part.LayoutStandard...
View ArticleGetting property from panel through a contextMenu
@3.141592 wrote: I have a table node with two table panels that contain ports, one in column 0 and the other in column 2 (leftmost and rightmost columns). I have a contextMenu that will display when...
View ArticleHow can I modify the polyline to bezier line
@pingfu163 wrote: in this below demo, I want to modify the polyline to bezier line, How to implement it ? http://gojs.net/latest/extensions/PolygonDrawing.htmlThanks. Posts: 2 Participants: 2 Read...
View ArticleUML Class GOjs
@zeineb wrote: Hello, How can make a dynamic UML class in which i can add rows to add new attributes? thank you Posts: 2 Participants: 2 Read full topic
View ArticleHow to set TreeVertex.level manually ? Any example?
@jarangbacot wrote: I want to know how to set TreeVertex.level manually. Is there any example ?Thanks Posts: 2 Participants: 2 Read full topic
View ArticleHow to show magnified picture while hover over node's small one
@smat wrote: Hi, I have a tree with nodes. Some of them have a small picture that I want to show magnified if user hover with mouse over the small picture.It works but I can show only first picture...
View ArticleGoJS version 1.6.4
@walter wrote: Changes for 1.6.4:- Wheel scrolling now respects Diagram.allowHorizontalScroll and Diagram.allowVerticalScroll in all code paths. The GoJS web site now supports HTTPS, even though...
View ArticleCreating image with large width and height?
@sunil wrote: var diaWidth=63431, diaHeight=1010;var test= diagram.makeImageData({ background: 'white', scale: 1, type: "image/jpeg", maxSize: new go.Size(diaWidth, diaHeight) }); Above is the code I...
View ArticleHow to format tree structure to fit on printable page or screen?
@marc1 wrote: Is there a way to layout a tree structure to fill a page or viewable area on the screen? Posts: 6 Participants: 2 Read full topic
View ArticleHow to find first child in tree or last child?
@jarangbacot wrote: I want to find only the first child of treeleaf or last parent, how can i do it?Thanks Posts: 2 Participants: 2 Read full topic
View ArticleLink re-routing and port location
@bkowalchuk wrote: We have created a design based very closely on your flowchart sample.The flowchart sample DOES have the behavior that I want. I am having a couple small problems that I can't seem...
View ArticleHow can I get this?
@st wrote: To judge each node contains...Thank you. Posts: 2 Participants: 2 Read full topic
View ArticleChanging default properties of a model
@shameer.sheik wrote: Hi, the graphlinksmodel gets a json as follows { "class": "go.GraphLinksModel", "linkFromPortIdProperty": "fromPort", "linkToPortIdProperty": "toPort", "nodeDataArray":...
View ArticleIncreasing Table Group's size when placeholder size increases
@3.141592 wrote: My Group is a Table, which contains 3 columns of Panels: A table panel of ports, an auto panel for the body, and another table panel of ports. The auto panel is as follows:...
View ArticleDownstream and upstream button inside the nodes
@venkadesr wrote: Hi,Is it possible to have a Downstream and upstream button inside the nodes as shown in the screenshot? If so, kindly provide me the input on how to do it. Regards,R.Venkades Posts:...
View Article