修复组合图不显示

This commit is contained in:
luoyp 2023-08-01 16:44:30 +08:00
parent e7dd8e9ba4
commit 3d55c460f1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export const BarLineConfig: ConfigType = {
chartKey: 'VBarLine',
conKey: 'VCBarLine',
title: '柱状加折线图',
category: ChatCategoryEnum.COMBINATION,
category: ChatCategoryEnum.COMBINATIONS,
categoryName: ChatCategoryEnumName.COMBINATION,
package: PackagesCategoryEnum.CHARTS,
chartFrame: ChartFrameEnum.ECHARTS,

View File

@ -5,7 +5,7 @@ export enum ChatCategoryEnum {
LINE = 'Lines',
SCATTER = 'Scatters',
MAP = 'Maps',
COMBINATION = 'COMBINATION',
COMBINATIONS = 'COMBINATIONS',
MORE = 'Mores'
}