From 63a4d09d83ac18dc9caffc5949a240d081391fa6 Mon Sep 17 00:00:00 2001 From: Anastasia Balagurova <73748770+balagurova@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:12:23 +0200 Subject: [PATCH] Add a total number in the graph title --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index fe91058..634b94b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -342,6 +342,7 @@ function App() { { chartConfigId: 'x', columnId: 'all' }, ])} height={650} + graphTitle={`{{{
Countries (${filteredData.length})
}}}`} backgroundColor='var(--gray-200)' mapNoDataColor='#D4D6D8' mapBorderColor='#A9B1B7'