Nikhil S

Results 6 issues of Nikhil S

Hello. We are using saveSvgAsPng to make charts and export them as SVG, so that they can be hand-edited in Illustrator. There is a terrible issue with some versions of...

As discussed in #24, PNG downloading does not work. However the in-browser test does pass. I'm not sure how bulletproof the XHR code is or whether there might be any...

Currently updates from changes to javascript can be slow. We should switch to [watchify](https://github.com/substack/watchify) and split all vendor JS into a [vendor bundle](https://github.com/sogko/gulp-recipes/tree/master/browserify-separating-app-and-vendor-bundles) so that React, D3 etc are not...

enhancement

You may want to hide/remove labels for some series. We should add a checkbox or something that allows a label to be hidden.

Hello again! Implementation-wise this is not too different from #14, but I'm starting to realize that the implications reach far beyond browserify. One amazing and under-used feature of d3 is...