Hacker News new | ask | show | jobs
by viraptor 739 days ago
That's exactly my thought. D3 is great, but just doesn't mesh with my brain. I have to relearn it every time and it takes stupid amount of effort. I'll try this next.

For even simpler declarative diagrams I'm a fan of Vega http://vega.github.io/

1 comments

We use the slightly simpler vega-lite from the same group. It typically gets us most of the way there quite quickly. Downloads as svg and png is great.

They always ask for something out of scope and you have to dig a little through the docs (can we have long labels for our x axis, how about 60 categories for a scatter plot..). /rant. We haven't hit anything that couldn't be done though.

Its from the same team, just a more simple wrapper around D3.

https://vega.github.io/vega-lite/