From fe2f1fb4baa02cebf8195c0efe2bddb9bbc23922 Mon Sep 17 00:00:00 2001 From: luoyp <2456821174@qq.com> Date: Wed, 12 Jul 2023 09:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E5=90=88=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Charts/COMBINATIONS/BarLine/index.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/packages/components/Charts/COMBINATIONS/BarLine/index.ts b/src/packages/components/Charts/COMBINATIONS/BarLine/index.ts index c7d23b40..73e37e66 100644 --- a/src/packages/components/Charts/COMBINATIONS/BarLine/index.ts +++ b/src/packages/components/Charts/COMBINATIONS/BarLine/index.ts @@ -4,23 +4,13 @@ import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/ind import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d' export const BarLineConfig: ConfigType = { - // 唯一key,注意!!!文件夹名称需要修改成与当前组件一致!!! key: 'BarLine', - // 图表组件渲染 Components 格式: V + key chartKey: 'VBarLine', - // 配置组件渲染 Components 格式: VC + key conKey: 'VCBarLine', - // 名称 title: '柱状加折线图', - // 子分类目录 category: ChatCategoryEnum.COMBINATION, - // 子分类目录 categoryName: ChatCategoryEnumName.COMBINATION, - // 包分类 package: PackagesCategoryEnum.CHARTS, - // 组件框架类型 (注意!若此 Echarts 图表不支持 dataset 格式,则使用 ChartFrameEnum.COMMON) chartFrame: ChartFrameEnum.ECHARTS, - // 图片 (注意!图片存放的路径必须在 src/assets/images/chart/包分类名称/*) - // 文件夹名称需要和包分类名称一致: PackagesCategoryEnum.CHARTS image: 'bar_x.png' } \ No newline at end of file