Graph diagram component for use in Azure Data Studio and mssql for VS Code tools
Перейти к файлу
Lewis Sanchez 0bcaf3c004
Prevents cost information from appearing in the tooltip header (#45)
* Prevents cost information from appearing in the tooltip header

* Variable rename

* Uses new tooltip title property to give vertex tooltips their heading
2022-02-17 15:27:01 -08:00
etc/build Initial check-in 2022-01-05 10:15:39 -08:00
src Prevents cost information from appearing in the tooltip header (#45) 2022-02-17 15:27:01 -08:00
test/queryplan Prevents cost information from appearing in the tooltip header (#45) 2022-02-17 15:27:01 -08:00
.gitignore Initial check-in 2022-01-05 10:15:39 -08:00
.npmignore Initial check-in 2022-01-05 10:15:39 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2022-01-05 10:10:09 -08:00
ChangeLog Initial check-in 2022-01-05 10:15:39 -08:00
LICENSE Initial check-in 2022-01-05 10:15:39 -08:00
README.md Initial check-in 2022-01-05 10:15:39 -08:00
package-lock.json Version bump to 0.0.15 (#42) 2022-02-14 16:37:27 -08:00
package.json Version bump to 0.0.15 (#42) 2022-02-14 16:37:27 -08:00

README.md

azdataGraph

azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

This is a graph diagraming component developed for use in Azure Data Studio.

For more information on mxGraph please see https://github.com/jgraph/mxgraph.