index.ts 451 B

1234567891011121314
  1. import image from '@/assets/images/chart/charts/Point.png'
  2. import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
  3. import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
  4. export const PointConfig: ConfigType = {
  5. key: 'Point',
  6. chartKey: 'VPoint',
  7. conKey: 'VCPoint',
  8. title: '热力图',
  9. category: ChatCategoryEnum.MORE,
  10. categoryName: ChatCategoryEnumName.MORE,
  11. package: PackagesCategoryEnum.CHARTS,
  12. image
  13. }