mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: radial bar chart style broken in 1.3k-1.7k px window
This commit is contained in:
parent
7d5104e550
commit
24cf21b18a
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ const chartOptions = computed(() => ({
|
||||||
</p>
|
</p>
|
||||||
<VueApexCharts
|
<VueApexCharts
|
||||||
v-if="centerText"
|
v-if="centerText"
|
||||||
|
ref="refContainer"
|
||||||
class="radialBar"
|
class="radialBar"
|
||||||
type="radialBar"
|
type="radialBar"
|
||||||
height="205"
|
height="205"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue