responsive fixes

This commit is contained in:
Gregor Vostrak
2024-05-21 19:00:49 +02:00
parent 2c20e941da
commit 560eac8622
3 changed files with 7 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ const option = ref({
data: seriesData,
radius: ['30%', '65%'],
type: 'pie',
top: '-10%',
},
],
});