asolove / gg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gg

Etsy Hack Week project to make in-Javascript DSL for The Grammar of Graphics.

See a demo here:

http://gigamonkey.github.com/gg/

Some ideas of things to do next:

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

  • Facets.

  • 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?)

Want to hack data or something else at Etsy? Email me or see http://www.etsy.com/careers/

About

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


Languages

Language:JavaScript 96.9%Language:Perl 3.1%