diff --git a/src/views/charts/charts/ChartSingleValue.vue b/src/views/charts/charts/ChartSingleValue.vue index 2dcd1290..1b93e6b2 100644 --- a/src/views/charts/charts/ChartSingleValue.vue +++ b/src/views/charts/charts/ChartSingleValue.vue @@ -230,7 +230,6 @@ import { get } from '@/utils/http' import { unitTypes } from '@/utils/constants' import { replaceUrlPlaceholder } from '@/utils/tools' import * as echarts from 'echarts' -import { dateFormatByAppearance } from '@/utils/date-util' import { getOption, getChartColor, diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index 58344f7b..c05b86d0 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -230,9 +230,7 @@