Transaction Stats View Fixes
Few items need adjustments in transaction stats view:
- tabular view on landing page shows 14 days, while it is displaying 30 days worth of data
- build warning shown below ./pages/blocks.tsx 236:6 Warning: React Hook useMemo has missing dependencies: 'blocksSearchData.total_pages' and 'paramsState.page'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
- When moving between daily/weekly/monthly the 30 days filtering remains while the data is not filtered (you can remove the # days filter is user is switching between granularities)
- Yearly display x-axis shows the year starting on Dec 31, so for example 2016 marker is set on December 31, 2016. It is better to show those markers as 2017 on Jan 1 for example when the year begins