File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949# to convert the DOT file to SVG operating system independently.
5050# Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode.
5151echo " ${SCRIPT_NAME} : Info: Rendering ${inputGvFileName} using npx to run GraphViz CLI Web Assembly Wrapper..."
52- npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
52+ npm install @hpcc-js/wasm-graphviz-cli@1.8.11 --silent --no-progress --loglevel=error > /dev/null
5353npx --yes @hpcc-js/wasm-graphviz-cli@1.8.11 -T svg " ${inputGvFilePath} /${graphName} .gv" > " ${inputGvFilePath} /${graphName} .svg"
Original file line number Diff line number Diff line change 6565# to convert the DOT file to SVG operating system independently.
6666# Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode.
6767echo " visualizeQueryResults: Info: Using npx to run GraphViz CLI (Web Assembly Wrapper) for SVG generation."
68- npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
68+ npm install @hpcc-js/wasm-graphviz-cli@1.8.11 --silent --no-progress --loglevel=error > /dev/null
6969npx --yes @hpcc-js/wasm-graphviz-cli@1.8.11 -T svg " ${inputCsvFilePath} /${graphName} .gv" > " ${inputCsvFilePath} /${graphName} .svg"
You can’t perform that action at this time.
0 commit comments