Spillover in tree diagram
@ivke013 wrote: Hello, am using GoJS in my firm. We use OrgChart tree and we currently need to have spillover (left > right). It is posible to do this ? Spillover...
View ArticleOverlapping issue of nodes in force directed layout In network diagram
@shivam wrote: Hello Everyone, I am facing an issue related to node overlapping.I have created a network diagram with lots of data.So maximum nodes are overlapping to each other. I have used...
View ArticleGoJS version 1.6.21
@walter wrote: Changes for 1.6.21 Overviews are notified at the end of animations, in case they need to update their bounding box. Fixed a scrollbar issue when using initalAutoScale and resetting the...
View ArticleResize Objects In Group
@esimmons wrote: How can I adapt the use of ResizeMultipleTool to only resize the objects in a selected group or set of subgroups. How do I associate the use of the ResizeMultipleTool. Posts: 2...
View ArticleOrthogonal Routing crossing the nodes
@sangeetaarora21 wrote: Hi Walter, I have used groups. I have three columns basically, left, middle and right where Middle nodes are either connected to left nodes or right nodes or both. Left nodes...
View ArticleCustom scroll bar as like image?
@gunnu wrote: can we get Custom scroll bar as like image? not for entire diagram like myDiagrame.allowHorizontalScroll = true ; but specific part of the diagram? Posts: 4 Participants: 2 Read full topic
View ArticleIs it possible to add watermark to Gojs diagram?
@chinna wrote: Hi, I have requirement to add watermark to diagram. i searched so many links but i didn't find any answer. is it possible to add water mark to Diagram? Posts: 9 Participants: 2 Read...
View ArticleIndexed and Searchable Capability for GoJS API
@esimmons wrote: Hello Good Northwood Folks, I hope you all are having a good Friday. Quick Question:Do you all plan to provide some sort of search functionality in the API documentation for GoJS....
View ArticleModel data should not have any references to a Diagram or any part of a diagram
@chzh.austin wrote: I am currently writing some unittest via using gojs models. I have following code in typescript. let model = new go.GraphLinksModel();let node = new go.Node();let nodeData =...
View ArticleThe Genogram and its overflow content
@totomaster wrote: Hi everybody, as a new GoJS user, I'm really pleased to see the power of this lib. I'm currently trying to implement my personal genogram and trying to get a genealogical tree (huge...
View ArticleArrows allignment
@mdmascarenhas wrote: I am trying to create diagram which has groups and lines going through groups. I have tried all options of link templetes but not able to get anything working which will give...
View ArticleDraw all nodes and links in Single layer
@vishal_prabhu81 wrote: Hi, I have GoJS canvas with multiple nodes and links. I observe that some of the nodes move behind other nodes and some move above other nodes. Is it possible to draw to draw...
View ArticleCocentric CircularLayout - actual radius is smaller than configured
@brandong wrote: Hello, I am trying to get a cocentric circular layout working, which I based on the double circle example. The placement of each ring is meant to communicate distance from a center...
View ArticleMove side-header to top of the each row
@Gowrishankar wrote: Hi walter,This is Gowrishankar, I hope you remember me I'm using table layout in Gojs, need to change some modification Move side-header to top of the each row is it feasible? if...
View ArticleWay to make resizable TextBlock use ellipsis?
@estesbubba wrote: I have a node with an icon on top and TextBlock on the bottom. When the user resizes the node it gives more space to the TextBlock and is currently clipping. What I would like to do...
View ArticleHave to click twice to show customized context menu
@chzh.austin wrote: I currently run into an issue that I have to click twice in order to show my customized html context menu. The html context menu is hosted under a div. So I just change div's...
View ArticleProblem with toJson method
@suhl5469 wrote: Can anyone help me with why myDiagram.model.toJson would return the following?.... function (a){void...
View ArticleDrag and drop Groups
@abhijith wrote: I have a diagram where nodes/groups can be dragged and dropped from a palette. The diagram initially has a group which in turn consists of groups/nodes. i.e group inside a group. I am...
View ArticleLink customization
@Mickey wrote: In this particular case showed in image, is there any way to help link calculation in a way so it always takes shortest path between nodes. Screen Shot 2016-11-16 at 1.58.40...
View ArticleLink spacing
@mdmascarenhas wrote: Hi WalterI am currently evaluating GOJS and need to know if the spacing between links can be achieved easily. This is the only current issue which is stopping us from buying the...
View Article