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 mxgraph
Typings for the mxGraph library are included in this package. The typings are forked from typed-mxgraph
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the package.jsonfile
- Create a PR to the mainbranch with your changes
- Once the PR is approved and merged, a new release will be created and published automatically.
- Clone the azdataGraph repository
- Make your changes
- Update the version number in the package.jsonfile
- Run yarnto install the dependencies
- Run yarn buildto build the package
- Run yarn packto create a tarball of the package
- Push the contents of the tarball to the release branch
- Create a new release in the Github UI
- Create a new tag with the version number and set the release branch as the target
- Publish the release