CN-65 fix: statistics-legend单位显示

This commit is contained in:
chenjinsong
2021-07-22 18:35:15 +08:00
parent 55c14eca8c
commit 16ae86101e
2 changed files with 5 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
<pie-table :tableData="pieTableData" ref="pieTable" :chartInfo="chartInfo" :time-filter="timeFilter" :order="orderPieTable"/>
</template>
<template v-else-if="isEchartsWithStatistics">
<statistics-legend :data="statisticsData"></statistics-legend>
<statistics-legend :data="statisticsData" :chart-info="chartInfo"></statistics-legend>
</template>
</template>
</echarts-frame>