CoderAllan / vscode-dgmlviewer

DGML Viewer is a extension for rendering dgml files in Visual Studio code.
MIT License
13 stars 2 forks source link

All nodes in one place when no bounds are defined #195

Open CoderAllan opened 2 years ago

CoderAllan commented 2 years ago

When no bounds tag is specified in the nodes then all Examples of the behavior:

The correct behavior should be to use the Cose layout if no nodes have that 'bounds' tag defined.

image