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>
|
||||
<div
|
||||
v-if="!isNaN(singleVal)"
|
||||
v-if="singleVal !== null && !isNaN(singleVal)"
|
||||
class="chart-card"
|
||||
:style="{
|
||||
fontSize: `${config.fontSize}px`,
|
||||
|
Loading…
Reference in New Issue
Block a user