#1 create random data
Reused code for random walk data that I created last week to create an array with fake data, and an object with date/value pairs.
ooh – also found the ‘sources’ tab in the chrome developer console to be useful when finding which line threw my error. Strange that I thought it was ok to define my functions later in the script, but this time it was throwing an error. Something to figure out later.