Quantcast
Channel: Northwoods Software - Latest topics
Browsing all 7423 articles
Browse latest View live

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 Article


WPF 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 Article


Stylize 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 Article

Image may be NSFW.
Clik here to view.

Rotate 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 Article

Image may be NSFW.
Clik here to view.

TextBlock 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 Article


How 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

Gojs 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 Article


Image may be NSFW.
Clik here to view.

Finding 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 Article


Image may be NSFW.
Clik here to view.

Center 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 Article

How 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 Article

Getting 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 Article

Do 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 Article


How 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 Article

GoJS 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


Image may be NSFW.
Clik here to view.

.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 Article

Hide 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 Article


Image may be NSFW.
Clik here to view.

Overlapping 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 Article

A 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 Article

Typings 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
Browsing all 7423 articles
Browse latest View live