fix:修改图表名称

This commit is contained in:
奔跑的面条 2022-05-02 19:32:36 +08:00
parent 829a98e4e1
commit 0423d66596
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ export const LineGradientSingleConfig: ConfigType = {
key: 'LineGradientSingle',
chartKey: 'VLineGradientSingle',
conKey: 'VCLineGradientSingle',
title: '折线面积图',
title: '折线面积图',
category: ChatCategoryEnum.LINE,
categoryName: ChatCategoryEnumName.LINE,
package: PackagesCategoryEnum.CHARTS,

View File

@ -6,7 +6,7 @@ export const LineGradientsConfig: ConfigType = {
key: 'LineGradients',
chartKey: 'VLineGradients',
conKey: 'VCLineGradients',
title: '折线面积图',
title: '折线面积图',
category: ChatCategoryEnum.LINE,
categoryName: ChatCategoryEnumName.LINE,
package: PackagesCategoryEnum.CHARTS,

View File

@ -6,7 +6,7 @@ export const TableListConfig: ConfigType = {
key: 'TableList',
chartKey: 'VTableList',
conKey: 'VCTableList',
title: '排名列表',
title: '滚动排名列表',
category: ChatCategoryEnum.TABLE,
categoryName: ChatCategoryEnumName.TABLE,
package: PackagesCategoryEnum.TABLES,