This project uses node.js and express to serve up assets. Be sure to install local node modules (npm) before using the command: node server/app.js in the root project directory to start the web server running locally. Access the page at http://localhost:8080.
##Notes on implementation
- This is done without any 3rd party libraries
- Would normaly use SASS & Compass for CSS with appropiate watch task in Grunt
- Would have used a mixin technique for added event functionality to an object prototype
- Would use Grunt/Gulp for minification / concatination of assets HTML / JS / CSS
- This is only tested in Chrome latest stable release
##Possible improvements
- Scaling needs improvement on chart for large data sets
- Would have drawn a series key for each series in chart
- Would of had zoom function on chart to see price differences more clearly
- Would have made the chart more configurable for reuse
- Animation on graph for slickness