#Fork of Ben Christensen multi-line graph Fork adds zoomooz zoom functionality to the graph. Works well, but the hover element does not offset to reflect the zoom.
Original Readme.md is 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