Created
September 24, 2014 04:33
-
-
Save dshook/c667b4483136cd5b1641 to your computer and use it in GitHub Desktop.
map dropdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select id="map-color"> | |
<option value="rev">Revenue</option> | |
<option value="revPerPop">Revenue / Population</option> | |
<option value="popPerRev">Population / Revenue</option> | |
<option value="medInc">Median Household Income</option> | |
<option value="medIncPerRev">Median Income / Revenue</option> | |
<option value="totMoney">Median Income * Population</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment