From 31431d3a11461557de7db29689cf4fdfd43546e4 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Thu, 12 Mar 2026 21:47:09 +0100 Subject: [PATCH] [graph] add price chart in available graphs --- .../components/graphs/graphs.component.html | 8 ++- .../price-chart/price-chart.component.html | 16 ++--- .../price-chart/price-chart.component.ts | 62 ++++++++++--------- 3 files changed, 47 insertions(+), 39 deletions(-) diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html index c11a0dc96..0fe15ca3c 100644 --- a/frontend/src/app/components/graphs/graphs.component.html +++ b/frontend/src/app/components/graphs/graphs.component.html @@ -1,4 +1,4 @@ - + + @if (stateService.env.HISTORICAL_PRICE && isMainnet) { + Price + } + diff --git a/frontend/src/app/components/price-chart/price-chart.component.html b/frontend/src/app/components/price-chart/price-chart.component.html index 6ac53a8e3..4ac2e5e82 100644 --- a/frontend/src/app/components/price-chart/price-chart.component.html +++ b/frontend/src/app/components/price-chart/price-chart.component.html @@ -3,7 +3,7 @@
-
+
Bitcoin Price

@@ -27,24 +27,24 @@

-
+
-