Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
proyecto-covid-threejs-igev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jonschi
proyecto-covid-threejs-igev
Commits
f4b08327
Commit
f4b08327
authored
Mar 30, 2022
by
jonschi
Browse files
Options
Downloads
Patches
Plain Diff
small changes
parent
80be896d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/components/BarChart.vue
+1
-1
1 addition, 1 deletion
frontend/src/components/BarChart.vue
frontend/src/components/Sidebar.vue
+7
-5
7 additions, 5 deletions
frontend/src/components/Sidebar.vue
with
8 additions
and
6 deletions
frontend/src/components/BarChart.vue
+
1
−
1
View file @
f4b08327
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
},
},
height
:
{
height
:
{
type
:
Number
,
type
:
Number
,
default
:
2
0
0
,
default
:
2
3
0
,
},
},
cssClasses
:
{
cssClasses
:
{
default
:
""
,
default
:
""
,
...
...
This diff is collapsed.
Click to expand it.
frontend/src/components/Sidebar.vue
+
7
−
5
View file @
f4b08327
...
@@ -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
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment