cjroth / lifetracker

An open source, hackable tool for discovering your quantified self data.
http://cjroth.github.io/lifetracker/
9 stars 0 forks source link

correlations (and maybe variables) optimizations #72

Open cjroth opened 9 years ago

cjroth commented 9 years ago
  1. clone variables array
  2. filter records for each variable to contain only records for selected date range
  3. remove variables from list that have less than number of records
  4. recalculate correlations with new variable array and update $scope.correlations
  5. rerender chart
  6. (maybe) always show all data points on scatterplot?