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 107b946 commit 9d4ff6aCopy full SHA for 9d4ff6a
scripts/visualization/visualizeQueryResults.sh
@@ -66,4 +66,4 @@ fi
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/[email protected] --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"
+npx --yes @hpcc-js/wasm-graphviz-cli@1.6.0 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg"
0 commit comments