Merge branch 'develop' into mkjs-n

This commit is contained in:
tamaina 2023-06-20 06:52:36 +00:00
commit 8122cb3a86
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
### General

View file

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