WPF Sankey Diagram
@lankaapura wrote: Hi, Is it possible to generate Sankey diagrams with the WPF version of the library? If not is it a feature that you are planning to implement in the near future? JS version looks...
View ArticleWPF Diagram Expand/Collapse Levels
@lankaapura wrote: Hi, I want to show two buttons outside diagram area and implement expand/collapse feature. When you click on buttons, graph nodes should expand/collapse level by level from a given...
View ArticleStylize certain word in TextBlock
@Gatix wrote: Good day. Let’s say given I have this GraphObject: $(go.TextBlock, 'Some bold text') Is there a way to stylize certain words? ie: the output will be: Some bold text Posts: 1...
View ArticleRotate a shape by a given point as center point
@xujiesh0510 wrote: hi, is there any way to rotate a shape by specifying any point as shape’s center point? Say i want rotate a rectangle by its vertex . any idea is appreciated. thanks. rotate a shpe...
View ArticleTextBlock alignment of Link changes after connecting it to port
@pawantarani wrote: Code for Port: $(go.Shape, “Circle”, { fill: "gray", name: "OUT", fromSpot: go.Spot.Right, toSpot: go.Spot.Right, alignment: go.Spot.Right, alignmentFocus: go.Spot.Right,...
View ArticleHow to set link distance between nodes
@shahave wrote: Hi everyone , I am making a concept map and wants to control the link distance dynamically(i.e suppose i have two nodes like node A ,Node B and have a link between nodes. so i think...
View ArticleHow can i restrict/allow specific node to have Unconnected Links
@ptag wrote: This is my diagram configuration FYI. myDiagram = $$(go.Diagram, "diagram", { initialContentAlignment: go.Spot.Center, scrollMode: go.Diagram.InfiniteScroll, allowDrop: true,...
View ArticleGojs internal error : Cannot read property 'Yc' of null
@HJOON.KIM wrote: Hello, walter. I’ve got this message while moving a node right after that I changed the node type. Would you please check what is the reason for this? image.jpg1384x522 159 KB Posts:...
View ArticleFinding where occurs 'Change not within a transaction' warning
@HJOON.KIM wrote: Hello, walter. I have so many these warning message. I do nothing special, I just move the canvas position with click and drag on background. I think I know how I fix this. Maybe I...
View ArticleCenter Node in TreeLayout with double link
@nekke wrote: Hi’ im a novice with GoJs so i’m first of all i’m sorry for the request. I use GoJs with C#, so i try to do a treeflowchart wth some data generated by my source code in c# I have this...
View ArticleHow to set the indicator to the node when i click it in Gojs?
@ShankariManohar wrote: How to set the indicator to the node when i click it in Gojs ? $$(go.Shape, “Circle”, { row: 1, column: 1, alignment: go.Spot.Bottom, fill: “orange”, width: 12, height: 12,...
View ArticleGetting GoJS ports location information
@shashanksn wrote: We have a scenario where we need to find / get the location information for a Port. The port is a Go.Panel object and have associated port properties bound. Implemented the dynamic...
View ArticleDo not replace a Diagram.model while a transaction is in progress
@winterFire wrote: hello,thanks for your answer,however I meet a new problem,could you help me solve it? the question is that "Do not replace a Diagram.model while a transation is in progress."when I...
View ArticleHow to set a particular group to double wrapping column
@brianc wrote: Hi all, I am creating a chart based on Kanban Board. Is it possible to set a particular group, eg. Problems to double wrapping column (wrappingColumn: 2), while the others are stayed...
View ArticleGoJS version 1.8.28
@walter wrote: Fixed a Link re-routing bug during drags, when DraggingTool.isComplexRoutingRealtime is set to false. It would incorrectly re-compute AvoidsNodes routes during the drag if a node was...
View Article.computejsondifference doesnot exists on type model
@no_one345 wrote: i m working on an angular 6 diagram i made the same diagram in core js and it worked flawlessly but now i m getting an error on .compute json difference function var savedModel =...
View ArticleHide or show node element with button onclick
@brianc wrote: Hi all, As the title stated above, I have set the element’s visible to false: ... $(go.Panel, "Table", { name: "SCORE", visible: false }, ... ) I have created show and hide buttons:...
View ArticleOverlapping Dimensioning Links
@Nick95 wrote: Hello, I have a problem with links from one port to another. Unfortunately, they overlap and are not automatically displayed on top of each other. It should look like this: But that’s...
View ArticleA few questions related to performance
@ahmetgundogdu wrote: Hello, My questions: 1. i have dynamic data model. i binded shape visibility, color and other all properties to my shape. i manage these properties with a key. example node data...
View ArticleTypings Missing isVirtualized
@av8orbynight wrote: In the virtualization example here: https://gojs.net/latest/samples/virtualized.html You refer to a field isVirtualized on go.Diagram, but this doesn’t exist in the typescript...
View Article