Best way to access properties (with intent to possibly modify) within a node
@mutt_1924 wrote: Based on the nice example codepen @simon created here: ...my question is: What is the best way to access all the different properties within the node once a user clicks on the node?...
View ArticleCan i use GoJs in a commercial application?
@JusticeN wrote: i am planning to develop an app using some diagram. And GoJs is a grat choice for that. So can i use it in my commercial application or should i have to subscribe for a licence ?...
View ArticleCenter alignment for last nodes in a tree layout diagram
@mutt_1924 wrote: I've tried to play with the options in the tree layout,and have a layout with nodes that looks like this (modified screenshot).... image.png543x633 3.44 KB ...but what I would like...
View ArticleStrange port linking issue
@tailchaser wrote: I have been racking my brain over this problem and hope somebody can shed some light. (we are still in the evaluation stage, but close to final decision). I cannot seem to find...
View ArticleButton with group of buttons
@nitin291989 wrote: Hi @walter, I am trying to group 2 buttons in a single button as shown in the following image: As shown in "Image 1":2 separated Buttons: "Show Details" and "View In" As shown in...
View ArticleCan't change SVG's opacity in IE
@CL.Peter wrote: Hi all,I have a nodeTemplate which contains some SVG source pictures, but when I try to change the opacity of node, I found the performance on chrome and IE is not the same: This is...
View ArticleHow to change ports color of two nodes as soon a link get connected between...
@hamid wrote: Hi all.I need to change the color of two ports which are endpoints of a link connected between two different nodes in Dynamic Ports Sample. My mean is that two endpoints ports color get...
View ArticleSet a variable after "ViewportBoundsChanged" function is called
@nitin291989 wrote: Hi @walter, In the following sample : https://gojs.net/temp/timelineInfinite.html, I am trying to set the value of a variable after "ViewportBoundsChanged" is called. Following are...
View ArticleDrag GOJS TreeView Node and drop it onto non gojs html component like Table
@Niranjan wrote: Hi, I have seen drag-drop examples for GOJS to GOJS component, HTML component to GOJS component. Can someone share some examples for dragging treeview node and drop it onto some non...
View ArticleTriggering deletion of link + nodes without skipping events
@GSA wrote: I have the following context menu objects: var nodeMenu = // right click context menu for each Node $(go.Adornment, "Vertical", { background: "#F5F5F5" }, makeButton("Rediger", function...
View ArticleOptimise layout to smallest square required
@MartinWillitts wrote: I have an ordered list of short pieces of text, usually just one or a few words. I would like to lay them out in a square. I can lay them out horizontally or vertically and I...
View ArticleHow to ensure the textblocks are left-aligned on a context menu?
@GSA wrote: On all the example I can find that you use a context menu the textblocks are centered on the right-click context-menus*. The only exception is a custom context menu. Is there a way to...
View ArticleUsing setDataProperty with hierarchical model data
@dev wrote: If i have model data on a node such as { key: 'myUID', text: 'my text for label', serverObject0: {id: 5, prop0: 'A'}, serverObject1: {id: 20, prop1: 'B'} } Is it possible to use something...
View ArticleIn TreeMapper sample, links not connected to the nodes
@zerus wrote: In the TreeMap sample: https://gojs.net/latest/samples/treeMapper.html, links are not connected to the nodes, but to the group. Is there any way to correct this? I try to replace the...
View ArticleHow to hide the following in the grouptemplate when minimized
@mr.nguyen wrote: before after minimized Posts: 3 Participants: 2 Read full topic
View ArticleObject is dropped event
@nakyuz wrote: Hi,There are many events about diagram. But I didn't see the event that object is dropped from palette to diagram. Is there any event to catch it? I drop the object to my diagram, then...
View ArticleHow to retain Tree even after Page Postback on Button Click
@phreq wrote: I have a Tree defined on the Page and it initiates and loads the data on a ListBox SelectedIndexChanged. This is working fine. However, I open a modal popup on double clicking on the...
View ArticleRealTimeDragSelectionTool ignore some parts of a go.Node
@cesar.smerling wrote: Hi! We have a go.Node definition with some shapes, ports and textblocks (this are outside the shapes, like a label)When we select with the drag tool we want that only the shape...
View ArticleGOJS Avoid Overlapping of links in tree Layout
@sidhartharaj wrote: How to avoid links overlapping in Tree layout: linksOverlapping.jpg1226x426 36 KB Can you please give some examples. Thank you Posts: 5 Participants: 2 Read full topic
View ArticleHorizontal GoJS Swimlanes with a vertical Phase above
@schludi wrote: Hi! I am just evaluation GoJS for our company purpose. I have to create a Process Map that will look like this: process_step_scheme.png1452x912 206 KB There you have phases (purple...
View Article