mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
fix: show error messages and update style for no data
(#279)
This commit is contained in:
@@ -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`,
|
||||
|
Reference in New Issue
Block a user