diff --git a/backend/src/api/mining.ts b/backend/src/api/mining.ts index e88f21983..2829e5df1 100644 --- a/backend/src/api/mining.ts +++ b/backend/src/api/mining.ts @@ -27,6 +27,7 @@ class Mining { case '3m': timeRange = 7200; break; // 2h case '1m': timeRange = 1800; break; // 30min case '1w': timeRange = 300; break; // 5min + case '3d': timeRange = 1; break; case '24h': timeRange = 1; break; default: timeRange = 86400; break; // 24h } diff --git a/frontend/src/app/components/block-fees-graph/block-fees-graph.component.html b/frontend/src/app/components/block-fees-graph/block-fees-graph.component.html index 88c07e208..fc811c5ea 100644 --- a/frontend/src/app/components/block-fees-graph/block-fees-graph.component.html +++ b/frontend/src/app/components/block-fees-graph/block-fees-graph.component.html @@ -1,41 +1,43 @@ -