From 2eafc042adb92e5dda38a493ce796c2556eed53c Mon Sep 17 00:00:00 2001
From: Thomas <4159106+dtslvr@users.noreply.github.com>
Date: Tue, 8 Jun 2021 21:59:46 +0200
Subject: [PATCH] Feature/add world map (#150)
* Add a global heat map
* Update changelog
---
CHANGELOG.md | 4 +
.../world-map-chart.component.html | 10 +++
.../world-map-chart.component.scss | 24 ++++++
.../world-map-chart.component.ts | 79 +++++++++++++++++++
.../world-map-chart/world-map-chart.module.ts | 13 +++
.../pages/tools/analysis/analysis-page.html | 55 +++++++++----
.../tools/analysis/analysis-page.module.ts | 2 +
.../pages/tools/analysis/analysis-page.scss | 8 ++
apps/client/src/styles.scss | 2 +
package.json | 1 +
yarn.lock | 12 +++
11 files changed, 193 insertions(+), 17 deletions(-)
create mode 100644 apps/client/src/app/components/world-map-chart/world-map-chart.component.html
create mode 100644 apps/client/src/app/components/world-map-chart/world-map-chart.component.scss
create mode 100644 apps/client/src/app/components/world-map-chart/world-map-chart.component.ts
create mode 100644 apps/client/src/app/components/world-map-chart/world-map-chart.module.ts
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f2455b55..0de2a9470 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+- Added a global heat map to visualize positions by country
+
## 1.12.0 - 06.06.2021
### Added
diff --git a/apps/client/src/app/components/world-map-chart/world-map-chart.component.html b/apps/client/src/app/components/world-map-chart/world-map-chart.component.html
new file mode 100644
index 000000000..22abdeef6
--- /dev/null
+++ b/apps/client/src/app/components/world-map-chart/world-map-chart.component.html
@@ -0,0 +1,10 @@
+