gitextract_lhsux0s0/ ├── .gitignore ├── .travis.yml ├── LICENSE.md ├── README.md ├── bower.json ├── dist/ │ └── choropleth.js ├── examples/ │ ├── basic/ │ │ ├── crimes_by_district.geojson │ │ ├── demo.js │ │ └── index.html │ ├── computed_values/ │ │ ├── demo.js │ │ └── index.html │ ├── fetch_join/ │ │ ├── demo.js │ │ └── index.html │ └── legend/ │ ├── demo.js │ └── index.html ├── package.json ├── src/ │ └── choropleth.js ├── test/ │ └── choropleth.test.js └── webpack.config.js