Commit 20c5890a authored by 水玉婷's avatar 水玉婷
Browse files

feat:图标数据小于1条时不展示

parent 8fe357fc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="chart-container"> <div class="chart-container">
<div class="tips" v-if="chartData?.description" v-html="renderedDescription"> <div class="tips" v-if="chartData?.description" v-html="renderedDescription">
</div> </div>
<div class="chart-main-box"> <div class="chart-main-box" v-if="chartData?.rows && chartData.rows.length > 1">
<!-- 图表类型选择器 --> <!-- 图表类型选择器 -->
<div class="chart-controls"> <div class="chart-controls">
<div class="chart-type-selector"> <div class="chart-type-selector">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment