Live data from Hacker News

Textures.js – SVG patterns for Data Visualization

riccardoscalco.github.io

31–34 of 34 posts

Re: Textures.js – SVG patterns for Data Visualization

#31
post #12

I see a lot of relatively low level libraries for data visualization. Are there any very high level libraries, that allow regular coders like me to visualize some data quickly? I find myself needing this all the time, but I would prefer the simplest interface possible, rather than high configurability.

Look into http://www.highcharts.com. Much more high level than D3, does nice charts and graphs. Free for non-commercial, and reasonably cheap for commercial work.

The other really useful tool is Tableau Public, if your data isn't confidential. GUI interface, but makes visualizing information really easy.

The other tool I use a lot is http://p5js.org. It's more a general-purpose drawing tool, but if all you want to do is put some boxes at (x,y) positions, it's a really good prototyping tool.

Re: Textures.js – SVG patterns for Data Visualization

#32
post #3

this doesn't seem to work properly on firefox, I'm using FF48.0

Works fine on both FF48.0 and FF51.0a1 on Linux for me; do you have any SVG-related plugins?

it started working now (strange, using osx btw, not that it matters anymore)

Re: Textures.js – SVG patterns for Data Visualization

#33
post #32

Earlier quoted context omitted.

Works fine on both FF48.0 and FF51.0a1 on Linux for me; do you have any SVG-related plugins?

it started working now (strange, using osx btw, not that it matters anymore)

Probably something like a CDN that timed out the first time then, for whatever reason.

Re: Textures.js – SVG patterns for Data Visualization

#34
post #12

I see a lot of relatively low level libraries for data visualization. Are there any very high level libraries, that allow regular coders like me to visualize some data quickly? I find myself needing this all the time, but I would prefer the simplest interface possible, rather than high configurability.

I found C3 (http://c3js.org/) to be a reasonable layer on top of D3
Post reply on HN