fix(client): サーバーメトリクスが90度傾いている (#11012)

This commit is contained in:
NoriDev 2023-06-17 13:54:54 +09:00 committed by GitHub
parent f5dfb64a52
commit 8c7bcdf998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,11 @@
--> -->
## 13.x.x (unreleased)
### Client
- Fix: サーバーメトリクスが90度傾いている
## 13.13.2 ## 13.13.2
### General ### General

View file

@ -15,6 +15,7 @@
:stroke-dashoffset="strokeDashoffset" :stroke-dashoffset="strokeDashoffset"
fill="none" fill="none"
stroke-width="0.1" stroke-width="0.1"
:class="$style.circle"
:stroke="color" :stroke="color"
/> />
<text x="50%" y="50%" dy="0.05" text-anchor="middle" :class="$style.text">{{ (value * 100).toFixed(0) }}%</text> <text x="50%" y="50%" dy="0.05" text-anchor="middle" :class="$style.text">{{ (value * 100).toFixed(0) }}%</text>