Commit Graph

5 Commits

Author SHA1 Message Date
Chris Shyi
01759c59b3 Fix floating point precision issue in audio feat
The last commit (fc6c30ec32) was affected
by a floating point addition/subtraction precision bug. The bug caused
nonsensical categories to appear on the audio feature bar charts. Now
fixed.
2018-06-30 18:51:52 -04:00
Chris Shyi
fc6c30ec32 Refactor audio feat graph
Fixes #51. Instead of passing in an array of hard coded values as the
interval end points, an object specifying the beginning, the end, and
the step size is used. Categories can be more easily defined and
modified this way.
2018-06-30 17:59:34 -04:00
344fb2760e Merge branch 'master' of https://github.com/Kevin-Mok/spotify-lib-vis into apps 2018-06-29 11:41:58 -04:00
a36ce3be88 Site is as functional as before (resolves #47)
Finished setting up graphs app and getting data from API app. Only issue
now is this branch is behind a few commits from other branches.
2018-06-29 11:08:40 -04:00
8b1344d453 Split spotifyvis code into different apps (#47)
Server is able to start, but none of the apps are linked together yet.
2018-06-29 04:25:27 -04:00