jquery.graphviz.svg
jquery.graphviz.svg copied to clipboard
destroy() fails with error on hide
Calling destroy() fails because hide is not defined. Calling
mygraph.$element.off('.' + mygraph.type).removeData(mygraph.type);
directly works although probably not the right thing to do.
Thanks for the workaround. I needed to use the destroy method in order to re-draw the graph.