Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.44 KB

GETTING_STARTED.md

File metadata and controls

27 lines (15 loc) · 1.44 KB

Easy Choropleths - Getting Started

See an example here:

http://daguar.github.io/easy-choropleths/?key=0Ah8tYWLqUd7wdE9qV2RHaW1abExwVUtCMVFmZWNQdnc&scale=9&color=blue

Short instructions

  • Click here to create a new Google spreadsheet

  • Paste your data into the spreadsheet, with two columns: state and value (example spreadsheet)

  • For state, use full state names camel-cased (example: North Dakota, not ND or north dakota)

  • For value, the data can be any number

  • Publish the Google spreadsheet (File -> Publish to the web -> Start publishing)

  • Take the "key" from your spreadsheet's URL, and add it to this page's URL. For example:

http://daguar.github.io/easy-choropleths/?key=0Ah8tYWLqUd7wdE9qV2RHaW1abExwVUtCMVFmZWNQdnc

  • Have fun with your sweet choropleth map!

More info

For customization options, see the 'Customization' doc.

I'd love feedback! Contact me on Twitter (@allafarce) or make a feature request on GitHub.