D3 Walmart Store Growth
Inspired by http://flowingdata.com/2010/04/07/watching-the-growth-of-walmart-now-with-100-more-sams-club/ created by Nathan Yau "http://flowingdata.com/about-nathan", I have created a D3 version of the same. For moving through the years , I have used chroniton, a time slider (https://github.com/xaranke/chroniton)
To run first clone the source:
git clone https://github.com/nizantz/walmart-growth.gitGo to the root folder:
cd ~/walmart-growthStart server (on mac) :
/usr/bin/python -m SimpleHTTPServer 5555Access the URL -> http://localhost:5555
Created another map using the same data. This time data is visualized using mapbox gl and mapbox vector tiles (and d3). Access the URL -> http://localhost:5555/map.html

