|
@@ -1,12 +1,12 @@
|
|
|
-import image from '@/assets/images/chart/charts/water_variable.png'
|
|
|
|
|
|
|
+import image from '@/assets/images/chart/charts/water_WaterPolo.png'
|
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
|
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
|
|
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
|
|
|
|
|
|
|
|
-export const VariableConfig: ConfigType = {
|
|
|
|
|
- key: 'Variable',
|
|
|
|
|
- chartKey: 'VVariable',
|
|
|
|
|
- conKey: 'VCVariable',
|
|
|
|
|
- title: '折线面积图',
|
|
|
|
|
|
|
+export const WaterPoloConfig: ConfigType = {
|
|
|
|
|
+ key: 'WaterPolo',
|
|
|
|
|
+ chartKey: 'VWaterPolo',
|
|
|
|
|
+ conKey: 'VCWaterPolo',
|
|
|
|
|
+ title: '水球图',
|
|
|
category: ChatCategoryEnum.MORE,
|
|
category: ChatCategoryEnum.MORE,
|
|
|
categoryName: ChatCategoryEnumName.MORE,
|
|
categoryName: ChatCategoryEnumName.MORE,
|
|
|
package: PackagesCategoryEnum.CHARTS,
|
|
package: PackagesCategoryEnum.CHARTS,
|