#Quick Fork to add Zoom and Intro Zoom functionality from zoomooz.js Intro functionality from intro.js
#Original Readme.md below
Proof of concept line graph implemented using d3.js and some jQuery that builds on previous examples.
The top graph is 24 hours of data in 2 minute increments. I have it rolling every 2 seconds to simulate live updating. In real-life it would only update every 2 minutes to match the data granularity.
See it running at /benjchristensen/2657838
Features:
Missing:
I don't normally work in javascript, so if it isn't quite right, I'd appreciate suggestions on where to improve it.
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://code.jquery.com/jquery-1.7.2.min.js to a secure url
https://d3js.org/d3.v3.js
https://code.jquery.com/jquery-1.7.2.min.js