mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-27 03:46:34 +08:00
15 lines
481 B
TypeScript
15 lines
481 B
TypeScript
import image from '@/assets/images/chart/informations/words_cloud.png'
|
|
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
|
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
|
|
|
|
export const TextCloudConfig: ConfigType = {
|
|
key: 'TextCloud',
|
|
chartKey: 'VTextCloud',
|
|
conKey: 'VCTextCloud',
|
|
title: '词云',
|
|
category: ChatCategoryEnum.MORE,
|
|
categoryName: ChatCategoryEnumName.MORE,
|
|
package: PackagesCategoryEnum.INFORMATIONS,
|
|
image
|
|
}
|