Skip to content
Snippets Groups Projects
Commit f4b08327 authored by jonschi's avatar jonschi
Browse files

small changes

parent 80be896d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
}, },
height: { height: {
type: Number, type: Number,
default: 200, default: 230,
}, },
cssClasses: { cssClasses: {
default: "", default: "",
......
...@@ -8,7 +8,7 @@ import "vue-datepicker-next/index.css"; ...@@ -8,7 +8,7 @@ import "vue-datepicker-next/index.css";
import BarChart from "./BarChart.vue"; import BarChart from "./BarChart.vue";
import { getFlagUrl } from "../helpers/flags.js"; import { getFlagUrl } from "../helpers/flags.js";
const chartWeeks = 5; const chartWeeks = 7;
const props = defineProps({ const props = defineProps({
covidData: Object, covidData: Object,
...@@ -126,7 +126,6 @@ onMounted(() => { ...@@ -126,7 +126,6 @@ onMounted(() => {
</div> </div>
</div> </div>
</div> </div>
<hr />
<!-- Date picker section --> <!-- Date picker section -->
<div class="columns is-vcentered"> <div class="columns is-vcentered">
<div class="column"> <div class="column">
...@@ -163,7 +162,6 @@ onMounted(() => { ...@@ -163,7 +162,6 @@ onMounted(() => {
</p> </p>
</div> </div>
</div> </div>
<hr />
<div v-if="isRegionSelected"> <div v-if="isRegionSelected">
<!-- Info Card Section --> <!-- Info Card Section -->
...@@ -210,6 +208,7 @@ onMounted(() => { ...@@ -210,6 +208,7 @@ onMounted(() => {
<div> <div>
<bar-chart :v-if="drawCharts" :chartData="chartDataIncidence" /> <bar-chart :v-if="drawCharts" :chartData="chartDataIncidence" />
<bar-chart :v-if="drawCharts" :chartData="chartDataIncidence" />
</div> </div>
</div> </div>
<h4 v-else class="title is-4">selecciona una región en el mapa</h4> <h4 v-else class="title is-4">selecciona una región en el mapa</h4>
...@@ -219,8 +218,7 @@ onMounted(() => { ...@@ -219,8 +218,7 @@ onMounted(() => {
<style scoped> <style scoped>
div#menucontainer { div#menucontainer {
position: absolute; position: absolute;
/* top: 0px; overflow: scroll;
left: 0px; */
height: 100%; height: 100%;
width: 33%; width: 33%;
background: #ffffff11; background: #ffffff11;
...@@ -237,4 +235,8 @@ h6 { ...@@ -237,4 +235,8 @@ h6 {
.field { .field {
justify-content: center; justify-content: center;
} }
.card {
background-color: #ffffffaa;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment