2018-02-17 13:03:38 +08:00
|
|
|
import Vue from 'vue'
|
2018-02-17 11:26:36 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2AreaBase', () => import('@/components/charts/G2/components/Area/base.vue'))
|
2018-02-19 12:15:42 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2BarBase', () => import('@/components/charts/G2/components/Bar/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2ColumnBase', () => import('@/components/charts/G2/components/Column/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2LineBase', () => import('@/components/charts/G2/components/Line/base.vue'))
|
|
|
|
|
Vue.component('G2LineStep', () => import('@/components/charts/G2/components/Line/step.vue'))
|
2018-02-19 10:02:04 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2NightingaleRoseBase', () => import('@/components/charts/G2/components/NightingaleRose/base.vue'))
|
2018-02-18 22:21:12 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2PieBase', () => import('@/components/charts/G2/components/Pie/base.vue'))
|
2018-02-19 12:04:59 +08:00
|
|
|
|
2018-06-10 20:35:07 +08:00
|
|
|
Vue.component('G2RadarBase', () => import('@/components/charts/G2/components/Radar/base.vue'))
|