Skip to content

Commit

Permalink
Add a total number in the graph title
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Dec 17, 2024
1 parent e01e4c3 commit 63a4d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ function App() {
{ chartConfigId: 'x', columnId: 'all' },
])}
height={650}
graphTitle={`{{{<h6 class='undp-viz-typography'>Countries (${filteredData.length})</h6>}}}`}
backgroundColor='var(--gray-200)'
mapNoDataColor='#D4D6D8'
mapBorderColor='#A9B1B7'
Expand Down

0 comments on commit 63a4d09

Please sign in to comment.