2018-02-17 13:03:38 +08:00
|
|
|
import Vue from 'vue'
|
2018-02-17 11:26:36 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-area-base', () => import('@/components/charts/G2/components/Area/base.vue'))
|
2018-02-19 12:15:42 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-bar-base', () => import('@/components/charts/G2/components/Bar/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-column-base', () => import('@/components/charts/G2/components/Column/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-line-base', () => import('@/components/charts/G2/components/Line/base.vue'))
|
|
|
|
|
Vue.component('d2-chart-line-step', () => import('@/components/charts/G2/components/Line/step.vue'))
|
2018-02-19 10:02:04 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-nightingale-rose-base', () => import('@/components/charts/G2/components/NightingaleRose/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-pie-base', () => import('@/components/charts/G2/components/Pie/base.vue'))
|
2018-02-19 12:04:59 +08:00
|
|
|
|
2018-06-10 20:39:54 +08:00
|
|
|
Vue.component('d2-chart-radar-base', () => import('@/components/charts/G2/components/Radar/base.vue'))
|