mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
13 lines
388 B
TypeScript
13 lines
388 B
TypeScript
import LineGradients from './index.vue'
|
|
import image from '@/assets/images/chart/charts/line_gradient2.png'
|
|
import { ConfigType } from '@/packages/index.d'
|
|
import { ChatCategoryEnum } from '../../index.d'
|
|
|
|
export const LineGradientsConfig: ConfigType = {
|
|
key: 'VLineGradientSingle',
|
|
title: '折线面积图',
|
|
category: ChatCategoryEnum.LINE,
|
|
node: LineGradients,
|
|
image: image
|
|
}
|