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
|
||
|
}
|