Skip to content

Commit

Permalink
fix: radial bar chart style
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Aug 3, 2024
1 parent 6f6540a commit 5d49bda
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/components/Chart/RadialBarChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const chartOptions = computed(() => ({
position: absolute;
top: -30px;
@media (max-width: 1700px) and (min-width: 1200px) {
top: -10px;
top: -30px;
}
@media (max-width: 768px) and (min-width: 290px) {
left: 50%;
Expand All @@ -114,9 +114,6 @@ const chartOptions = computed(() => ({
.bottom_text {
position: absolute;
top: calc(106px);
@media (max-width: 1300px) and (min-width: 1200px) {
top: calc(96px);
}
font-weight: 600;
width: 100%;
text-align: center;
Expand Down

0 comments on commit 5d49bda

Please sign in to comment.