Set Dynamic properties for each Node
@YogeshMohan wrote: Hi,can you tell me that is there any way or example threw which i can get help in updating size,height,width,color of selected node Posts: 2 Participants: 2 Read full topic
View ArticleCreating Multiple Link form single Node
@YogeshMohan wrote: Hi,how can i get multiple link from single node in different Ports.Here as shown in given image I am not able to link multiple link from different port in single node So can you...
View ArticleTooltipduration syntax
@Lee wrote: Hi,I'm trying to change the time my tool tip stays on the screen to 10 seconds. I've added the line line below : "toolManager.toolTipDuration": 10000However, the diagram is not displayed....
View ArticleCan I show context menu on condition
@Gus wrote: I'd like to show context menu on some condition,like when the part is not linkd, the context menu can be shown Posts: 1 Participants: 1 Read full topic
View ArticleIncreasing link length
@YogeshMohan wrote: How to increase link size between two nodes ? Posts: 6 Participants: 3 Read full topic
View ArticleGet Diagram Nodes Actual Size On Saving
@YogeshMohan wrote: Hi,Is there any way threw which i can get the current size of nodes which are drawn on my canvas and there position,color all info because i have to save that info and reload when...
View ArticleHow to segment tools based on key modifiers
@turnert wrote: I'm looking at the DragZooming sample and see that it overrides the DragSelecting Tool. However, I want both tools to be available. DragSelecting should be started after a long press...
View ArticleAbout printing
@3q wrote: I create a rectangle node.The size of the rectangle is the area I want to print.At the same time, the rectangle node can be printed out, instead of just printing the drawing area inside the...
View ArticleDrag scroll
@Dor wrote: Hi, How can I implement a drag scroll? (same as in google maps, should scroll on drag and change the mouse cursor)The diagram is set to readOnly (I would like to keep it that way) and I'm...
View Articlediagram.model.toJSON() This method is slow
@yang wrote: When i use diagram.model.toJSON(),it takes at least 3 seconds.json string length is 4983kbdiagram.model.nodeDataArray length about 200.How can it be faster? Posts: 2 Participants: 2 Read...
View ArticleDynamically adding nodes
@YogeshMohan wrote: How to dynamically add a node before or after the selected node without redrawing graph again ? Suppose i have Graph with following nodes Node1Node2Node3 ->(Currently...
View ArticleNeed last location after moving node in diagram
@kishangajjar wrote: I want to capture updated location and want to save it to the database. I checked that once move transaction is committed it gives multiple locations. for example if i start...
View Article为什么我设置了isTreeExpanded会改变我的布局
@wenbi wrote: image.png912x741 44.6 KB 当我不设置isTreeExpanded属性的时候,我刚加载进来时的布局是正常的 image.png1760x743 79.8 KB 但是,当我设置了isTreeExpanded之后,我的布局就乱掉了,这是为什么? image.png863x590 24.9 KB image.png1750x737 21.2 KB...
View ArticleWhen node is moved link attached to that node not saving its new points
@hkhire wrote: Hi, I am facing strange behavior of my code related to dragging links example.Problem: When I moved any node for a small distance, links attached to that nod<e also dragged.I get new...
View ArticleUnit Conversion
@3q wrote: I want to draw a rectangle(Rectangle with a specification of 297 x 210 mm).If you draw a rectangle with width, height, or desiredSize, what is the value?What is the unit of Size?How do you...
View ArticleZoom to card
@itsjustcarlos wrote: Using the OrgChart, we are connecting to the page with GoogleAuth Is is possible to zoom/focus on the users card based on that? Posts: 3 Participants: 3 Read full topic
View ArticleOptions for search results
@Lee wrote: Are there any Samples on the GoJS site that might help me with options on search results? My map has several hundred nodes, and when I do a search, it does center on the search result, but...
View ArticleDimesion Show Change
@AB wrote: How to reduce remaining dimension on each side of object by 1Cm insted of 20cm in floorplanner app. Selection_083.png1116x778 22.4 KB Posts: 1 Participants: 1 Read full topic
View Articlediagram.currentCursor not behaving as expected
@turnert wrote: When setting the current cursor in a tool override: this.diagram.toolManager.panningTool.doActivate = function() { go.PanningTool.prototype.doActivate.call(this);...
View ArticlePHP Echo into nodeDataArray
@Lee wrote: I'm using the 'Distances' sample as a template for my test project.When I 'hardcode' the nodeDataArray variable when my PHP Variable it works fine.When I try to use PHP echo, no graph is...
View Article