How to make something with your data
Datawrapper was built by a journalist, has a commitment to remaining free and works in Presto
We're going to create a symbol map, so select "create new map", then "symbol map"
Paste the database you compiled in the last exercise where it says "Address/place"
Make sure that the two columns containing the latitude and longitude data are correctly identified. Hit proceed.
These are ok, as we're only worried about showing information for New Jersey right now.
Click proceed
Tooltips populate pop-up bubbles that appear when you hover or click on a data element.
If you add two curly parentheses ({{) around a column heading, it will change the data based on the correct geography.
IMPORTANT
Select "Custom HTML" and paste your embed code there. Remove "aria label='Map'" from the code. Change the width to 100%. Click create.
Always remove the "aria-label" when using DataWrapper
Always set width to "100%." This allows your viz to resize for mobile.