graphviz icon indicating copy to clipboard operation
graphviz copied to clipboard

A convenience method for using Graphviz.

Results 4 graphviz issues
Sort by recently updated
recently updated
newest added

Upgraded package to ESM Module BREAKING CHANGE: In general UMD loading will result in a Promise to "dot" - This is because @hpcc-js/wasm/graphviz is a bundled wasm file and not...

I noticed Viz.JS has now been archived, so created an alternative using latest graphviz and targeting WASM files. Project page: https://github.com/hpcc-systems/hpcc-js-wasm Sample ObservalbleHQ example: https://observablehq.com/@gordonsmith/graphviz-wasm-example

I can't get `neato` or `circo` working with this package. ```js dot.options({engine: 'neato'})`digraph g {}`; ``` Any idea why? https://observablehq.com/@drom/graphviz-test

The default colors are currently white for the background and black for text and strokes, but it’d be better if the default were none for the background and currentColor instead...