File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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..."
5252npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
53- npx --yes @hpcc-js/wasm-graphviz-cli@1.6 .0 -T svg " ${inputGvFilePath} /${graphName} .gv" > " ${inputGvFilePath} /${graphName} .svg"
53+ npx --yes @hpcc-js/wasm-graphviz-cli@1.7 .0 -T svg " ${inputGvFilePath} /${graphName} .gv" > " ${inputGvFilePath} /${graphName} .svg"
Original file line number Diff line number Diff line change 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."
6868npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null
69- npx --yes @hpcc-js/wasm-graphviz-cli@1.6 .0 -T svg " ${inputCsvFilePath} /${graphName} .gv" > " ${inputCsvFilePath} /${graphName} .svg"
69+ npx --yes @hpcc-js/wasm-graphviz-cli@1.7 .0 -T svg " ${inputCsvFilePath} /${graphName} .gv" > " ${inputCsvFilePath} /${graphName} .svg"
You can’t perform that action at this time.
0 commit comments