diff --git a/frontend/src/components/Chart/RadialBarChart.vue b/frontend/src/components/Chart/RadialBarChart.vue index 4299cd54..eff187f4 100644 --- a/frontend/src/components/Chart/RadialBarChart.vue +++ b/frontend/src/components/Chart/RadialBarChart.vue @@ -2,7 +2,7 @@

{{ centerText }}

{{ bottomText }}

- +
@@ -83,6 +83,14 @@ export default { position: relative; margin: 0 auto; height: 112px!important; + .radialBar { + position: absolute; + top: -30px; + @media(max-width: 768px) and (min-width: 290px) { + left: 50%; + transform: translateX(-50%); + } + } .text { position: absolute; top: calc(50% - 5px);