This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/views/detections/DetectionNoData.vue
hyx 18987f0a11 CN-325 detection--没有nodata提示等问题:
1.detection的echarts图表没有数据时,应显示no data;
    2.上方的柱状图数据多时,y轴太过密密麻麻
    3.右侧柱状图限制数量,只显示top5
2022-03-01 15:28:46 +08:00

10 lines
125 B
Vue

<template>
<div class="no-data">No data</div>
</template>
<script>
export default {
name: 'DetectionNoData'
}
</script>