Generating a graph from a quite large taxonomy triggers this error:
Graphviz encountered an error while rendering to format png:
dot: width (69701 >= 32768) is too large.
It seems a bug of Graphviz
http://www.graphviz.org/bugs/b1818.html
Any way to mitigate this limitation ?
Thanks
Comments
Comment #1
infojunkieYes, you can implement
hook_graphviz_render_alterto change the renderer from`dot`to something else.Refer to
graphviz_filter_renderfor the full signature of the hook.Comment #2
s.daniel commentedSeems like this has been answered.