Skip to content

Commit

Permalink
Remove India from the map
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Aug 5, 2024
1 parent 36583a7 commit 0700065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</head>

<body>
<!-- <div data-viz-map id="root"></div> -->
<div data-viz-bangladesh id="root"></div>
<div data-viz-map id="root"></div>
<!-- <div data-viz-bangladesh id="root"></div> -->
<!-- <div data-viz-assessments id="root"></div> -->
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
1 change: 0 additions & 1 deletion src/AppVizMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function AppVizMap() {
{ countryCode: 'ZMB', x: 2508, status: 'In progress' },
{ countryCode: 'LBR', x: undefined, status: 'In progress' },
{ countryCode: 'MNG', x: undefined, status: 'In progress' },
{ countryCode: 'IND', x: undefined, status: 'In progress' },
]}
height={780}
scale={250}
Expand Down

0 comments on commit 0700065

Please sign in to comment.