observablehq / graphviz

A convenience method for using Graphviz.
https://beta.observablehq.com/@mbostock/graphviz
Other
39 stars 8 forks source link

HTML-like labels not working #2

Closed jjkavalam closed 6 years ago

jjkavalam commented 6 years ago

HTML-like labels feature of Graphviz not working even though viz.js itself handles it well.

Please see https://beta.observablehq.com/@jjkavalam/graphviz for an example

mbostock commented 6 years ago

This feature requires the “full” renderer, whereas this library packages the “lite” renderer. You can load the full renderer yourself as described in this notebook, or import the notebook directly rather than using this helper library:

https://beta.observablehq.com/@mbostock/hello-viz-js