GoJS version 1.7.15
@walter wrote: Fixed scrollbar behavior when Diagram.scrollMargin was set. Fixed ResizingTool not re-routing reflexive links on Groups. Posts: 2 Participants: 1 Read full topic
View ArticleSleek button
@jvasanthu wrote: Hi Could you please advise is it possible can i put sleek button or image in the GoJS chart diagram. If i move the sleek bar the diagram changes based on data it fired. All i want to...
View ArticleInstallation of GoJS v 1.17.15 Error
@jfkirkpatrick wrote: I have downloaded GoJs to a new folder from your website as well as GitHub and finally from GitHub to my Desktop. In 2 occasions Microsoft's Unzip did not start and when...
View ArticleAnimation while changing node visibility
@Dor wrote: Hi,Is there a way to create animation for changing node visibility?To be more specific, when changing node visibility from false to true I want the node to fade in (gradually change...
View ArticlePanel overflow
@llopht wrote: I have made a template using gojs elements like that : Node Panel "Auto" Shape "RoundedRectangle" Panel "Table" Panel "Auto" (row 1, column 1) // Center Shape "RoundedRectangle"...
View ArticleThe drag-able TextBlocks in the node
@kingo wrote: Hi, I want each Node to have its own TextBlock,but each TextBlock can be dragged around a node,rather than TextBlock and Shape are vertical or horizontal distribution. Posts: 1...
View ArticleThe rectangle doesn't save correctly in model
@tesicg wrote: The code looks as following: var image9Template = $(go.Node, "Vertical", nodeStyle(), { resizable: true, resizeObjectName: "SHAPE", selectionObjectName: "SHAPE" }, $(go.Shape,...
View ArticleHow to arrange elements based on their positions within Group's local...
@tiepna wrote: I'm prefer to this:http://gojs.net/latest/intro/panels.htmlAnd I'm using : $(go.Panel, go.Panel.Position, $(go.Placeholder, { padding: 5})) But it's not working here is my...
View ArticleChange node style if link is invalid
@RAlfonso wrote: Hi, I'm trying to implement a visual indicator if a user tries to make an invalid connection, if a user attempts to make an invalid connection by manually dragging a connection from...
View ArticleNPM and extensions
@llopht wrote: GoJS is downloadable as NPM package but it's not possible to easily use extensions because it not export the main function used as class. Is this possible you add this important feature...
View ArticleAdornment position
@llopht wrote: Is this possible to change the rotation adornment handle position to the TopCenter of the node ? This code doesn't work and then handle is too far from the node : return...
View ArticleBuilding a workflow tool and evaluating GoJS
@incursus wrote: Hi all! We are currently building a workflow type of tool and are evaluating GoJS among others. So far, so good. It appears to be a pretty powerful platform! I do have a quick...
View ArticlePorts always connecting to the left
@incursus wrote: Sorry if this is a noobie-type question, but hey, I'm a noobie when it comes to GoJS :) I am in the process of evaluating GoJS and was playing around with a simple diagram. I'm making...
View ArticleHow to programmatically initiate the linking tool?
@cfarmerga wrote: I'd like to be able to click and drag from any point on an existing link (the selected link in my first screenshot for example) and in the process initiate creation of a new link as...
View ArticleDragging from tree view palette, improve the final node template?
@incursus wrote: My evaluation continues, and I must say, while I am still overwhelmed by the sheer number of options available in GoJS, I am blown away by its capabilities! Not sure if my title on...
View ArticleHow to disable drag in Genogram diagram
@jamesinger wrote: How to disable drag of nodes in Genogram diagram, and only allow drag on entire disgram Posts: 1 Participants: 1 Read full topic
View ArticleIs MultiSelect via Mouse Click a feature available for Radial Layout?
@shantanoo-desai wrote: Just curious as to whether multiselect via mouse click is a feature in RadialLayout? I have no animations enabled and my function called nodeClicked() just logs name of the...
View ArticlePolygonDrawingTool, how to get width and height of the polygon?
@n0gare wrote: Hello, I am using the PolygonDrawingTool from this example http://gojs.net/latest/extensions/PolygonDrawing.html and it is working pretty good for me. The only problem I am facing right...
View ArticleSnap nodes to the grid upon loading
@Gatix wrote: I know that grid snapping is related to the draggingTool, but is there a way to snap all nodes to the grid initially? I'm using a tree layout and the issue is when you're moving a single...
View ArticleBinding category to shape fill colour. Undo doesn't work visually
@ebett wrote: GoJS v1.7.11 - Chrome I need to change the category value dinamically. The code: diagram.startTransaction('changing state: ' + node.data.text); model.setDataProperty(node.data,...
View Article