Skip to content

Commit

Permalink
change ids and size of unit chart
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Oct 31, 2024
1 parent b198b72 commit 46c7f24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions public/config/configUpazilasDashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@
"showNAColor": false,
"colorLegendTitle": "",
"leftMargin": 64,
"graphDownload": true
"graphDownload": true,
"size": 280
}
},
{
Expand Down Expand Up @@ -246,7 +247,7 @@
"padding": "16px 32px 32px 16px",
"backgroundColor": "#FAFAFA",
"colors": ["#EE402D", "#D4D6D8"],
"size": 300,
"size": 280,
"fillContainer": false,
"graphDownload": true
}
Expand Down Expand Up @@ -370,7 +371,8 @@
"padding": "16px 32px 32px 16px",
"backgroundColor": "#FAFAFA",
"colors": ["var(--red)", "var(--gray-400)"],
"graphDownload": true
"graphDownload": true,
"size": 280
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/AppMapsPopulation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function AppMapsPopulation() {
excludeLayers={[
'a3aed2ff-524e-4888-8a97-1359eb70303f',
'a3aed2ff-524e-4888-8a97-1359eb70303f-label',
'996f49598-b3b5-42dd-9aa1-4b6571b8d828',
'996f49598-b3b5-42dd-9aa1-4b6571b8d828-label',
'96f49598-b3b5-42dd-9aa1-4b6571b8d828',
'96f49598-b3b5-42dd-9aa1-4b6571b8d828-label',
'95cabf55-b81e-49ee-a817-c033eeb0b7e8',
'95cabf55-b81e-49ee-a817-c033eeb0b7e8-label',
'bb203d17-abb5-4ff5-923c-7ca2e47dbe74',
Expand Down

0 comments on commit 46c7f24

Please sign in to comment.