Skip to content

Commit

Permalink
Change formatting, fix sideView chart height
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Mar 8, 2024
1 parent dfb507a commit 6b25e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/components/charts/chartController.vue
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export default {
case 'hour':
case 'minute':
date =
date.toLocaleDateString('en-US', { month: 'numeric', day: '2-digit' }) +
date.toLocaleDateString('en-US', { weekday: 'short' }).substring(0, 2) +
' ' +
date.toLocaleTimeString('en-US', { hour: 'numeric', minute: '2-digit' })
break
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/sideView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'margin-right': '10px',
'margin-left': '10px'
}"
:height="200"
:height="250"
:invertColors="true"
/>
</el-col>
Expand Down

0 comments on commit 6b25e3c

Please sign in to comment.