-
**Describe the solution you'd like**
A graph viewer within the VS Code extension, for displaying the results of `@kind graph` queries. Currently, we seem to display `@kind graph` queries in the alert…
-
I am using msagljs/core directly, and specifically the `SplineRouter` class. My nodes are being positioned by a graph layout algorithm not in msagljs, but that has other features I need. This layout a…
-
We have a bit of a problem with this library because part of esfx needs to be built from source, which adds quite a bit of flakiness to our CI. You can see some details in this issue https://github.co…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Hi,
I'm trying to set it up Microsoft auto graph layout to calculate edge segments with simple 90°degree corner. But layout is still calculated with a lot of curve segments. This is my configuration:…
-
As part of this https://github.com/grafana/grafana/pull/78957 a new [library](https://github.com/microsoft/msagljs) was added which depends on `@esfx/equatable` which needs to be built from source bec…
-
Does the library support scenarios where a node has a graph inside it?
e.g. like
![image](https://github.com/microsoft/automatic-graph-layout/assets/3265689/a8f72aa0-bff2-4d2f-ae1c-c6815deaa181)…
-
I'm trying to use @msagl/core for layout, and then render the node graph myself, but the edges are always routed from the top left of the nodes. Is is possible to specify an offset or something for th…
-
Is there a way to specify the position of a node in the graph?
For example:
Graph graph = graphViewer.Graph;
graph.AddNode("2");
Microsoft.Msagl.Core.Geometry.Point position = (1…
-
The assemblies have been renamed.
See readme https://github.com/microsoft/automatic-graph-layout
Change Microsoft.MSAGL.dll **to** AutomaticGraphLayout.dll
Change Microsoft.MSAGL.Drawing.dll *…