graph-viz-d3-js icon indicating copy to clipboard operation
graph-viz-d3-js copied to clipboard

Graphviz web D3.js renderer

Results 16 graph-viz-d3-js issues
Sort by recently updated
recently updated
newest added

I want to access the "transform" attribute of the second level g element in the svg, but it is not available immediately after calling renderer.render(). I tried to use the...

Sorry to trouble you with newbie questions all the time. Really appreciate your help. I get the above error message when testing this: **magjac-testing-graphviz-d3-renderer.html:** ``` magjac testing graphviz-d3-renderer ``` **main.js:**...

My webpack.config.js: ``` ... resolve: { modulesDirectories: ['node_modules','bower_components'], }, plugins:[ new webpack.ResolverPlugin( new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin(".bower.json",["d3","dot-checker","layout-worker","worker","renderer"]) ) ], paths: { es6: '/node_modules/requirejs-babel/es6', babel: '/node_modules/requirejs-babel/babel-5.8.22.min', d3: '/bower_components/d3/d3', "dot-checker": '/bower_components/graphviz-d3-renderer/dist/dot-checker', "layout-worker": '/bower_components/graphviz-d3-renderer/dist/layout-worker', worker: '/bower_components/requirejs-web-workers/src/worker',...

It would be awesome if this were published to NPM!

This project sounds great, but while the "Usage" section may be obvious to a bower/require/D3 veteran, I'm mystified. It'd be great if you could clarify some of the below questions!...

question