mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: data
This commit is contained in:
parent
f845934177
commit
c1034e06b4
@ -15,7 +15,7 @@ limitations under the License. -->
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
v-if="!isNaN(singleVal)"
|
v-if="singleVal !== null && !isNaN(singleVal)"
|
||||||
class="chart-card"
|
class="chart-card"
|
||||||
:style="{
|
:style="{
|
||||||
fontSize: `${config.fontSize}px`,
|
fontSize: `${config.fontSize}px`,
|
||||||
|
Loading…
Reference in New Issue
Block a user