There are numerous open-source JavaScript libraries floating around the web that can be of particular use to historians. Google hosts quite a few of these, including the very popular jQuery and jQueryUI. For data visualization, some good options for historians include: Stanford University’s D3, or MIT’s SIMILE Widgets such as Timeline, Exhibit andTimePlot. TimeMap combines the functionality of Timeline with popular mapping APIs to provide an easy way to…
Tag: javascript
Great Expectations
I had partial success with my mapping project this weekend. I had originally planned to map each state with little popup boxes showing details on the numbers for each state. It turns out that I greatly underestimated both my skills with JSON files and the Google APIv3 for maps. But let me back up. I…