microsoft / vscode-cosmosdbgraph

VS Code extension for Cosmos DB Graph databases.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdbgraph
MIT License
5 stars 8 forks source link

Graph Viewer Force Directed #16

Closed sanchez closed 3 years ago

sanchez commented 3 years ago

I was wondering if there is planned support for the Gremlin Graph Viewer to be force directed instead of seemingly gravity directed. Currently a lot of my query results come out looking like cyclic messes and on my best attempts to re-arrange the nodes that seem to just place themselves back into a mess. If no support for force directed is there the ability to place nodes and have their positions locked.

Thanks, Daniel

nturinski commented 3 years ago

Hi @sanchez

Unfortunately we're deprecating Graph support within the extension itself. Hopefully the Portal or these solutions can resolve the force directed displaying of your graph.

sanchez commented 3 years ago

That's unfortunate. Thanks for replying though