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 52f2654 commit c3c323cCopy full SHA for c3c323c
scripts/visualization/visualizeQueryResults.sh
@@ -64,4 +64,4 @@ fi
64
# Run GraphViz command line interface (CLI) wrapped utilizing WASM (WebAssembly)
65
# to convert the DOT file to SVG operating system independently.
66
echo "visualizeQueryResults: Info: Using npx to run GraphViz CLI (Web Assembly Wrapper) for SVG generation."
67
-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