Skip to content

Commit

Permalink
Sandbox Graphs and Componentization (#75)
Browse files Browse the repository at this point in the history
* Add funnel chart dependency

The funnel chart dependency tree is out of sync with other nivo
dependencies, throwing an error when trying to install it. However, it
seems like the upstream version numbers just weren't bumped, and the
package works fine in my tests. I force installed it and was able to get
a dummy funnel chart in the app.

re #69

* Reorganzing the functions

* common data pull

* adding react router, adding new sandbox page

* added treepmap to sandbox page

* Created helper classes for turnaround times and fee ranges

* timeline graph component

* treemap component

* filter using turnaround times

* remove comments

* fixed graph sizing

* funnel and pie graphs

* fucking sankey y'alllllllklklllllllllllll

* adding node_modules to git ignore

* adding fee bubble graph

* Fee bubble is working

* currency tooltip

* fixing up some labels and tooltips

* tweak my bubblessss

Co-authored-by: Chris DeLuca <[email protected]>
  • Loading branch information
amcguiga and bronzehedwick authored Apr 14, 2021
1 parent 14ed011 commit adcdb53
Show file tree
Hide file tree
Showing 22 changed files with 1,200 additions and 341 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
server/src/datastore/data
.env
.DS_Store
node_modules
Loading

0 comments on commit adcdb53

Please sign in to comment.