Graph visualization tool
To open application - open file dist/web/index.html
To create svg chart from command line
node dist/cli/svg-tree-chart.js path/to/source.xml path/to/dest.svg
or
node dist/cli/svg-tree-chart.js path/to/source.xml
file "path/to/source.xml.svg" will be created
npm i
npm start
Application will be available on port 3000
node src/cli/svg-tree-chart.mjs path/to/source.xml path/to/dest.svg
or
node src/cli/svg-tree-chart.mjs path/to/source.xml
file "path/to/source.xml.svg" will be created