From f52b37c994bf23c5a9efcdcc82dcf08d811c1e7f Mon Sep 17 00:00:00 2001 From: Jeff Huang <82061589+solderq35@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:52:48 -0700 Subject: [PATCH] [PR] Fix comparison graphs (#253) * initial comparison fix * commit here for reference, two rows for building pic * if else * good enough for now badly formatted code * comparison background pic gaps fix * warning about electricity only for comparison --- .env.development | 2 +- src/components/extras/heropicture.vue | 74 ++++++++++++++++---------- src/components/map/map_compareside.vue | 22 ++++---- src/components/map/map_prompt.vue | 5 +- src/components/view/view.vue | 10 ++-- 5 files changed, 69 insertions(+), 44 deletions(-) diff --git a/.env.development b/.env.development index 5fee36aa..b02de683 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VUE_APP_ROOT_API=http://localhost:3000 +VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/energy VUE_APP_HOST_ADDRESS=http://localhost:8080 \ No newline at end of file diff --git a/src/components/extras/heropicture.vue b/src/components/extras/heropicture.vue index c1bfb0f0..d1af6721 100644 --- a/src/components/extras/heropicture.vue +++ b/src/components/extras/heropicture.vue @@ -1,9 +1,44 @@