animaldna / dataweek-15

Recreation of an Economist visualization for the DataWeek 2015 ZingChart booth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataweek-15

Trial and error ZingChart recreation of this Economist chart (originally made in d3.js) for the ZingChart booth demo at Dataweek 2015.

###Attempt #1 - birthRates The first attempt using US census and fertility rate data. Parsed with NodeJS. There wasn't enough variance from state to state or year to year to get the same effect as seen in the original chart.

###Attempt #2 - gdp Annual GDP data (global and by country) also parsed with NodeJS. The final version uses some interesting tactics to offset inherent performance issues.

About

Recreation of an Economist visualization for the DataWeek 2015 ZingChart booth


Languages

Language:JavaScript 76.2%Language:HTML 20.2%Language:CSS 3.6%