import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' export const CustomTotalDataConfig: ConfigType = { key: 'CustomTotalData', chartKey: 'VCustomTotalData', conKey: 'VCCustomTotalData', title: '汇总统计', category: ChatCategoryEnum.TOTALDATA, categoryName: ChatCategoryEnumName.TOTALDATA, package: PackagesCategoryEnum.CUSTOMS, chartFrame: ChartFrameEnum.ECHARTS, image: 'total_data.png' }