cleans up the svg slider for the total events per day/week
adds bar graph chart - but I think should use a different lib for this
breaks out the pieces of the StatsSection
adds a custom ToolTip component - only takes content to show, but I'll probably update to pass the icon desired in the future
There's a lot of changes in here - MOST being UI updates. I need to overhaul the EarthquakeChart and use rechart or nivo instead of react-chart-js - trying to dynamically size this chart is a pain point that doesn't seem to be as big of a hurdle with these other libraries.
There's a lot of changes in here - MOST being UI updates. I need to overhaul the EarthquakeChart and use
rechart
ornivo
instead ofreact-chart-js
- trying to dynamically size this chart is a pain point that doesn't seem to be as big of a hurdle with these other libraries.