fix: data

This commit is contained in:
Fine 2023-06-09 20:30:38 +08:00
parent f845934177
commit c1034e06b4

View File

@ -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`,