From a38e9070efbe0b94425090c9d3842e7a8113fa3b Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Thu, 30 Jan 2025 13:43:24 +0100
Subject: [PATCH] add popup, table & chart
---
frontend/src/app/data/page.tsx | 2 +-
frontend/src/components/ApplicationChart.tsx | 101 +++++++++++++------
frontend/src/components/Modal.tsx | 29 ++++++
3 files changed, 99 insertions(+), 33 deletions(-)
create mode 100644 frontend/src/components/Modal.tsx
diff --git a/frontend/src/app/data/page.tsx b/frontend/src/app/data/page.tsx
index aaa28a88..04200480 100644
--- a/frontend/src/app/data/page.tsx
+++ b/frontend/src/app/data/page.tsx
@@ -166,7 +166,7 @@ const DataFetcher: React.FC = () => {
{showChart ? "Hide Chart" : "Show Chart"}
- {showChart && }
+
{filteredData.length} results found