We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f36381 commit edf7091Copy full SHA for edf7091
scripts/visualization/visualizeQueryResults.sh
@@ -63,5 +63,7 @@ fi
63
64
# Run GraphViz command line interface (CLI) wrapped utilizing WASM (WebAssembly)
65
# to convert the DOT file to SVG operating system independently.
66
+# Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode.
67
echo "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
69
npx --yes @hpcc-js/wasm-graphviz-cli@1.2.6 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"
0 commit comments