mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
12 lines
266 B
TypeScript
12 lines
266 B
TypeScript
import barCommon from './index.vue'
|
|
import barImg from '@/assets/images/chart/bar_y.png'
|
|
import { ConfigType } from '@/packages/index.d'
|
|
|
|
// 柱状图
|
|
export const barCommonConfig: ConfigType = {
|
|
key: 'Bar',
|
|
title: '基础',
|
|
node: barCommon,
|
|
image: barImg
|
|
}
|