mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-24 02:16:10 +08:00
修复组合图不显示
This commit is contained in:
parent
e7dd8e9ba4
commit
3d55c460f1
@ -8,7 +8,7 @@ export const BarLineConfig: ConfigType = {
|
|||||||
chartKey: 'VBarLine',
|
chartKey: 'VBarLine',
|
||||||
conKey: 'VCBarLine',
|
conKey: 'VCBarLine',
|
||||||
title: '柱状加折线图',
|
title: '柱状加折线图',
|
||||||
category: ChatCategoryEnum.COMBINATION,
|
category: ChatCategoryEnum.COMBINATIONS,
|
||||||
categoryName: ChatCategoryEnumName.COMBINATION,
|
categoryName: ChatCategoryEnumName.COMBINATION,
|
||||||
package: PackagesCategoryEnum.CHARTS,
|
package: PackagesCategoryEnum.CHARTS,
|
||||||
chartFrame: ChartFrameEnum.ECHARTS,
|
chartFrame: ChartFrameEnum.ECHARTS,
|
||||||
|
2
src/packages/components/Charts/index.d.ts
vendored
2
src/packages/components/Charts/index.d.ts
vendored
@ -5,7 +5,7 @@ export enum ChatCategoryEnum {
|
|||||||
LINE = 'Lines',
|
LINE = 'Lines',
|
||||||
SCATTER = 'Scatters',
|
SCATTER = 'Scatters',
|
||||||
MAP = 'Maps',
|
MAP = 'Maps',
|
||||||
COMBINATION = 'COMBINATION',
|
COMBINATIONS = 'COMBINATIONS',
|
||||||
MORE = 'Mores'
|
MORE = 'Mores'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user