gigamonkey / gg

Implementation of some ideas from ggplot2 on top of d3.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gg

Javascript DSL for The Grammar of Graphics.

See a demo here:

http://gigamonkey.github.io/gg/

Some ideas of things to do next:

  • More styles of facets.

  • Implement positioners, especially for stacked and side-by-side bar charts.

  • Keys for aesthetics other than x and y.

  • Size scales for more geometries.

  • Coordinate systems (esp. pie charts)

  • Regularize/rationalize/document use of CSS for controlling appearence.

  • In-browser interactive graphic builder. (REPL?)

This project started life as a Hack Week project at Etsy. I’m no longer there but if you want to hack data or something else at Etsy, they’re probably still hiring. See http://www.etsy.com/careers/

About

Implementation of some ideas from ggplot2 on top of d3.js

License:Other


Languages

Language:JavaScript 92.0%Language:CSS 3.2%Language:HTML 3.0%Language:Perl 1.8%