diff --git a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue index f718277..dca20a4 100644 --- a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue +++ b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue @@ -6,10 +6,11 @@ -----------------------------------------------------> @@ -106,7 +93,7 @@ const mydata = { Stat type : - + Views Co-authors Articles @@ -115,21 +102,21 @@ const mydata = { Class by: - + Years Months Topics - + chart = c "/> @@ -241,4 +228,9 @@ const mydata = { #myUL li a:hover:not(.header) { background-color: #eee; } + +#Chart{ + width: "100%"; + height: "100%"; +}