Skip to content

Commit

Permalink
fix(client): サーバーメトリクスが90度傾いている (misskey-dev#11012)
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev authored and yu256 committed Jul 16, 2023
1 parent 8ea8bcc commit 9fc75ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
- フォールバックのリアクションを♡から★に戻す
- ブラーをデフォルトでオフに

## 13.x.x (unreleased)

### Client
- Fix: サーバーメトリクスが90度傾いている

## 13.13.2

### General
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/widgets/server-metric/pie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9fc75ff

Please sign in to comment.