#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 http://bl.ocks.org/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.