Hacker News new | ask | show | jobs
by duncanmeech 2235 days ago
Too bad, was only a thin wrapper at best though. Maybe time for a new open source SVG library.
2 comments

d3 would be the obvious choice to me. I have only taken a cursory look at your code but strikes me that it could be fairly straight forward to rewrite it using d3.
d3 is just a low-level combination of HTML, CSS, JS and SVG. It's seldom obvious how anything is easy to do "using d3," unless manipulating a table of data.

Essentially, if you're a raw d3 programmer, you're a front-end web engineer.

What’s considered the goto one now days?