npm d3-graphviz 1.4.0
Support not using web worker

latest releases: 5.6.0, 5.5.0, 5.4.0...
8 years ago
  • Support not using a web worker by setting the new argument useWorker=false in the call to the graphviz() create method.

NOTE: When a web worker is not used, when loading of the viz.js script, the script type shall be "text/javascript", e.g.:
<script src="https://unpkg.com/viz.js@1.8.0/viz.js" type="test/javascript"></script>
When using a web worker, the script type shall be "javascript/worker", e.g.:
<script src="https://unpkg.com/viz.js@1.8.0/viz.js" type="javascript/worker"></script>

Don't miss a new d3-graphviz release

NewReleases is sending notifications on new releases.