Getting error
@SelfnessAid wrote: Hi, guys.I'd like to use GoJS to my bootstrap project. but I'm getting error. :( JS file:var $ = go.GraphObject.make;var workflow = $(go.Diagram, "workflow", {...
View ArticleGoJS version 1.8.3
@walter wrote: Added the Zoom Pinch sample, demonstrating gesture customization. Internally, browser PointerEvents are now used by default on IE-related browsers, when possible. Other browsers still...
View ArticleDisable viewport automatic change
@xyan3 wrote: Hi GoJS expert, We notice that when we have two nodes far away from each other. One in viewport, one is not. When we delete one node in viewport, the viewport will be automatically...
View ArticleWrong Link positioning
@YogeshMohan wrote: Hi , Whenever i collapse or expand my group , its inside nodes links get re-positioned . How to stop this ?Please refer image code we using --- ezgif-5-6b57dc0674.gif668x662 1.37...
View ArticleInitial placeholder for first node
@sagar wrote: Hi, I am trying to to assign a placeholder at a predefined location on the canvas (everything else is a blur background where nothing exists). Once the user drags the first node onto the...
View ArticleNode 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 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: 1 Participants: 1 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 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 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 Article