How to print the diagram as one image
@srinivasdonapati wrote: We are having a big diagram and we want to print it as one image.Our diagram dimensions are 2500X700, I got to know from the docs that, if the width/height is more than 2000,...
View ArticleAlignment of text within the node
@venkadesr wrote: Hi,I have written the code like this to display the text $$(go.TextBlock, new go.Binding("text", "Target"), {row: 1, column: 0, margin: 2, font: "bold 10pt sans-serif" }),...
View ArticleFile usage/type of GoJS - interactions with DB(Sql)
@VishalK_91 wrote: Hi, I am one of the proponents on using GoJS(and new to GoJS), in our project, I need to know the following, 1. what is the latest stable version of GoJS for commercial use2. what...
View ArticleDrawing cut marks
@ussenator4u wrote: @walter @simonI will be thankful if you can help me to draw marks, marked as red in screenshot.It will be helpful if you have any link of an example related to this please. Posts:...
View ArticleChanging textblock binding dynamically
@triosyi wrote: HiI have loaded so many data over 20,000 into palette having tree, and I want to add a button to change the displayed field of all node without reloading the all data again.Can I just...
View ArticleDrag and drop with TableLayout
@Gowrishankar wrote: Hi Folks,I am using table layout in gojs need to take objects which i was dragged from Palette ex({key: "aaa", color:"orange"})Please help im stuck here for long back Posts: 2...
View ArticleHow to know if any node is not connected with any other node?
@anand4us wrote: I have a palette and user can create "n" number of nodes and link with each other.I want to know if all the nodes are connected at least with 1 other node? And if any node is not...
View ArticleHow to hide nodes?
@Yuri wrote: I can not hide the nodes that have received no variables. Thank you. Jury. Posts: 3 Participants: 2 Read full topic
View ArticleCustom Sort the Data in the tree
@sega1985 wrote: Hi Everyone I have the data as below. How do i sort the data in my tree?Say i want Dashboard, Sheets, Objects and not concerned about the other elements in nodeDataArray or Sheets,...
View ArticleHow create function show or hide the node?
@Yuri wrote: Hello! how to create a function of visibility and hiding node with JS? Posts: 3 Participants: 2 Read full topic
View ArticleResizing pictures inside nodes
@ussenator4u wrote: $(go.Picture, { maxSize: new go.Size($scope.objectWidth, $scope.objectHeight)}, new go.Binding("source", "img")), $(go.TextBlock, // the default alignment is go.Spot.Center new...
View ArticleImplementation of Administrative Units/Position
@Laidex wrote: Hi there!For my Diagram I have the requirements to also add Administrative Units / Positions to my tree (German term is "Stabsstellen"). This specific person is still a child of a boss,...
View ArticleGoJS version 1.6.14
@walter wrote: Changes for 1.6.14: Improved the time when a Diagram receives focus, fixing the change made in 1.6.13, so that the ToolManager gives the focus to the diagram just before starting an...
View ArticleCan expand/collapse button be used with Double tree?
@Reema wrote: I built a double tree (with right , left and top parts )using Double tree sample , I have got this one as shown in the image below Pasted image1596x676 170 KB But I am wondering if I can...
View ArticleHide all Nodes that don't link any other nodes
@LoveCoding wrote: Hi Team, I want to hide automatically all the node(orphan nodes) that are not linked to the other nodes or linked to the tree. How can i achieve this? Thanks Posts: 2 Participants:...
View ArticleAssigning nodes to layers and columns in LayeredDigraphLayout
@leilanim wrote: Hi there, I'm currently evaluating GoJS to see if it fits our company's needs. We can potentially have hundreds of nodes linking to 1 - 3 nodes, and those 1 - 3 nodes could also link...
View ArticleIs it any sample to Convert GoXam code to GoJs
@vikashsingh wrote: Hi Guys, I am quite new in GoJs , and i want to understand how GoXam Code will work on GoJs Although when i was exploring both having identical Api is is possible to provide me...
View ArticleCan the diagram be interactive by adding a node directly on the diagram?
@Reema wrote: I mean can we add a node to the diagram to be interactive (after having the diagram drawn I am wondering if it can be edited)I am thinking of having a button named "Create new node" to...
View ArticleUpdate node positions after a node collapse in virtualized tree layout
@naveen wrote: I'm using custom expand and collapse methods in the virtualized tree layout. When I collapse a node, the children of that node are hidden but the siblings of the collapsed node does not...
View ArticleIs there a version for Angular 2?
@vassilis wrote: Hi there, we are using GoJs for our AngularJs application until now and we was more than happy with it.as we are refactoring everything in Angular 2 I was wondering if there is a...
View Article