import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' export const PieCommonConfig: ConfigType = { key: 'PieCommon', chartKey: 'VPieCommon', conKey: 'VCPieCommon', title: '饼图', category: ChatCategoryEnum.PIE, categoryName: ChatCategoryEnumName.PIE, package: PackagesCategoryEnum.CHARTS, chartFrame: ChartFrameEnum.ECHARTS, image: 'pie.png' }