Marcin Stefaniuk
Marcin Stefaniuk
I can recreate this error but still don't know the cause. I will look into it.
@mr-niels-christensen I know that usage section is not too elaborated. For quick workaround I suggest to check [Graphviz fiddling website](http://graphviz.it) or [its source on Github](/mstefaniuk/graphviz.it).
Readme should cover: - how to install - how to modify animations
It is published in Bower. Could you convince me to publish to NPM in addition?
It looks not so complicated. Now dependencies of the component are managed by Bower and they are: ``` json "dependencies": { "requirejs": "2.1.15", "d3": "3.5.3", "requirejs-web-workers": "~1.0.1", "viz.js": "~1.3.0" }...
Could you create a pull request for that?
My component [uses worker plugin](/mstefaniuk/graph-viz-d3-js/blob/master/src/js/renderer.js#L1) to load parsing and rendering WebWorker. Do you suggest to replace one plugin with another by component end developer?
Do it, please. Current build and test process relies on Bower so take it also into account.
This component uses `viz.js` under the hood and this library (running directly in the browser) has no possibility to include images. I will check if it has changed recently.
On my page http://graphviz.it website graph is cleared by setting string `digraph G {\n\t\n}` as a diagram source. Maybe it will be more convenient to add `clear()` method.