indexView
1.0.0
Widget to graph historical index fund data and show stats for different time ranges. Includes data from Robert Shiller on S&P 500, Housing prices, Long interest rates and more.
I haven't done javascript in a while so code is kind of ugly.
Demo
You can start up a development server for testing by:
bundle install to install the dependencies (mainly Jekyll the static site builder)bundle exec jekyll serve -w to start up a development server that will watch for changes.Most of the code is in _assets/javascripts/viewer.js.