Show 12 months of data for each city.
- Use data from 50 cities
callback function, delay in milliseconds
- example 1 second delay
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
| var dataset = [ | |
| "No", "one", "can", "tell", "me,", | |
| "Nobody", "knows,", | |
| "Where", "the", "wind", "comes", "from,", | |
| "Where", "the", "wind", "goes."]; | |
| var width = 900; | |
| var height = 900; | |
| var margin = 100; |



