Node resize does not work
@n0gare wrote: Hello there, I have a problem with the resizingTool.Take a look at my codediagram.nodeTemplate = $(go.Node, "Table", { locationObjectName: "", toolTip: map.toolTipTemplate,...
View ArticleCreating a link between two nodes by dragging one over another
@Esmith08734 wrote: Hi, first post. I am trying to take my existing graph and add the following feature: I want to be able to click and drag a node over another node and create a link between the two...
View ArticleMultiple groups of different type
@YogeshMohan wrote: Good morning , Do you guys support multiple groups of different type in same layout? For example i have two group GroupA and GroupB with background color red and green (Or any...
View ArticleRedraw links without changing position of nodes
@cardis1 wrote: Hi,I would like to redraw only links in my diagram without changing position of my nodes in a go.LayeredDigraphLayout.Do we have a function to do that?I tried with...
View ArticleHow to make `selectionAdornmentTemplate` above `GeometryReshapingTool`
@vorant wrote: HelloI use FreehandDrawing from your examples https://gojs.net/latest/extensions/FreehandDrawing.htmlI want to make selectionAdornmentTemplate above GeometryReshapingTool, The main idea...
View ArticleCustom Select List in Data Inspector
@Raminaidu wrote: I am trying to add a custom property which will provide an option to user to select an item from drill down. The data for this will come from ajax call.Can someone help me on this...
View ArticleCalendar visualization using GoJS
@nitin291989 wrote: How to achieve Calendar visualization using GoJS which looks like as follows: image.png1061x898 64.2 KB Posts: 6 Participants: 2 Read full topic
View ArticleAdd empty band using TreeLayout
@ctaylor wrote: I'm trying to render empty bands in a TreeLayout (actually a custom layout called BandedTreeLayout which inherits from TreeLayout). I need to be able to show all bands all the time,...
View ArticleGetting a View's NEXT selection
@Esmith08734 wrote: I was wondering if it is possible to get the user's next selection in code. Thank you Posts: 3 Participants: 2 Read full topic
View ArticleChanging scrollbar color in goJs
@singh019 wrote: I want to change the color of scroll bar (bydefault colorif grey with white background) in GoJs which appears automatically when items in container goes beyond its specified space....
View ArticleRoute of disconnected links
@darioschmidt wrote: Hi, When the user drags a shape from the stencil, a new node is created with a disconnected link for each port of the node. If the user changes the position of the node, the new...
View ArticleDynamic node creation
@sharmaDevashish1 wrote: Hi, i am trying to catch the drop event on canvas and using that i want to add a new device to the canvas along with the one being created.I am able to catch the drop event by...
View ArticleBanded TreeLayout with inconsistent band sizes
@ctaylor wrote: I'm using a custom layout which inherits from TreeLayout to draw shaded bands. The height of the bands is inconsistent, as shown by the red arrows in this image:...
View ArticleTreeStructure to Ports of Gates mapping
@Raminaidu wrote: I have below requirement. Can you please let me know whether this can be implementable in GoJs? I will display some list of items in tree structure in the palette. When i design...
View ArticleDynamically update nodes in the palette
@kirthi wrote: Hi, I want to implement a palette which is to show all the recently used nodes.I am just tracking the recently dropped node from DiagramExternalObjectsDropped event and using a list...
View ArticleAdding Filter in LinkLabelOnPathDragging
@kumargaurav845 wrote: Hello, i am dealing with a huge number of node in LinkLabelOnPathDragging Visualization, how can i filter the data depending upon the node so that it will not create any...
View ArticleGoJS version 1.8.4
@walter wrote: Added Diagram.scrollsPageOnFocus property, to control whether the page scrolls to show the Diagram's HTMLDivElement when the diagram receives focus, if the element is not entirely...
View ArticleWhite space between panel's border and its content
@spammer007 wrote: I have a group with some panels and shapes inside, like the below picture. How can I remove the white space between the circles and the border of its container? Posts: 4...
View ArticleThe nodes distance is too close and AvoidNodes is invalid in group tree layout
@CL.Peter wrote: Hi all, In the group, I have set layout to go.TreeLayout and set layerSpacing: 120,nodeSpacing: 50, but these two parameter is valid only for children of the same parent node, how...
View ArticleObject intersection with line Show both dimesions
@Ab06100 wrote: How can we show dimesion when two object for e.g. when line and rectangle are intersecting show dimesion as shown in below image Floor Planner (2).png1840x902 47.4 KB Posts: 3...
View Article