2022-01-14 16:17:14 +08:00

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
}