Skip to content

Commit

Permalink
MET-6274 Map Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Nov 29, 2024
1 parent 6830cd7 commit 7b41a6f
Show file tree
Hide file tree
Showing 8 changed files with 623 additions and 171 deletions.
1 change: 1 addition & 0 deletions src/app/chart/map/map.component.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<div id="mapChart"></div>
<div id="mapChartHidden"></div>
<div id="mapLegend"></div>
11 changes: 8 additions & 3 deletions src/app/chart/map/map.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#mapChart {
height: 100%;
min-height: 275px;
#mapChart,
#mapChartHidden {
height: 275px;
width: 100%;
}

#mapChartHidden {
margin-top: -100%;
visibility: hidden;
}
1 change: 1 addition & 0 deletions src/app/chart/map/map.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe('MapComponent', () => {
beforeEach(() => {
fixture = TestBed.createComponent(MapComponent);
component = fixture.componentInstance;
component.results = [];
fixture.detectChanges();
});

Expand Down
Loading

0 comments on commit 7b41a6f

Please sign in to comment.