I came across some small issues using the library with Bootstrap 4 because auto left positioning no longer seems to exist, and when exporting using a newer version of GraphViz the tooltips no longer work because the tag is no longer a direct child of node in the svg.
This fixed it for me, maybe it's useful for someone else :)
I came across some small issues using the library with Bootstrap 4 because
auto left
positioning no longer seems to exist, and when exporting using a newer version of GraphViz the tooltips no longer work because the tag is no longer a direct child ofnode
in the svg.This fixed it for me, maybe it's useful for someone else :)