From df8f57fd30f08518df7cb0b867c1b2697c5ffe43 Mon Sep 17 00:00:00 2001 From: Abigail Fernandes Date: Fri, 26 Apr 2019 11:02:36 -0600 Subject: [PATCH] Feature: Add city maps, add word cloud for city --- public/index.html | 1 + src/App.vue | 61 ++++++++++++++--- src/components/CityView.vue | 24 +++++++ src/components/GeoMapGCharts.vue | 105 ++++++++++++++++++++--------- src/components/WordCloud.vue | 1 - src/components/WorldMap.vue | 13 ++-- src/data/fusionChartsWorldIds.json | 8 +-- 7 files changed, 159 insertions(+), 54 deletions(-) create mode 100644 src/components/CityView.vue diff --git a/public/index.html b/public/index.html index 1001706..67b3f4b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ + BigMood diff --git a/src/App.vue b/src/App.vue index 4eaccdf..a002712 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,19 @@