go-view-fetch/src/packages/components/Charts/MyComponents/LineGraph02/index.ts
2025-08-21 16:24:50 +08:00

17 lines
552 B
TypeScript

import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
// import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
// 曲线图
export const LineGraph02Config: ConfigType = {
key: 'LineGraph02',
chartKey: 'VLineGraph02',
conKey: 'VCLineGraph02',
title: '曲线图(无边框和标题)',
category: 'MyComponents',
categoryName: '自定义组件',
package: 'Charts',
chartFrame: ChartFrameEnum.ECHARTS,
image: "LineGraph02.png",
}
// 默认导出配置对象
export default LineGraph02Config