Description: This is a gender equality heat map, using Datamaps, Highcharts, D3 and jQuery. Gender statistics were taken from http://unstats.un.org/unsd/demographic/products/indwm/default.htm parsed by python script and outputed into json and Datamaps color fill codes. Datamaps access json to draw graphs on pop up. Zoom method from D3 implemented in Datamaps.
How to run web app:
in terminal run the following command: $ python -m SimpleHTTPServer 8910
open browser and go to localhost:8910
Demo: https://github.com/Wilsonkho/genderequalitymap (not loading properly)