Skip to content

Commit

Permalink
Fix chart default size
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Apr 4, 2023
1 parent 120733e commit 88e7be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/EmbedMakerPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
"IcuPatients": {
value: "IcuPatients",
text: this.$t('charts.icuPatients.title'),
dimensions: [1140, 1130]
dimensions: [1140, 720]
},
"CarePatients": {
value: "CarePatients",
Expand Down
2 changes: 1 addition & 1 deletion src/style/visualizations/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ $box-shadow: 0 6px 38px -18px rgba(0, 0, 0, 0.3), 0 11px 12px -12px rgba(0, 0, 0
min-height: 688px

.sewage-cases-chart
min-height: 694px
min-height: 640px

.filters
display: flex
Expand Down

0 comments on commit 88e7be1

Please sign in to comment.