UNPKG

view-echarts

Version:

Chart components based on Vuejs 2.x and Echarts

12 lines (11 loc) 239 B
import 'echarts/lib/chart/map' import 'echarts/lib/component/geo' import { map } from './main' import Core from '../core' export default Object.assign({}, Core, { name: 'Map', data () { this.chartHandler = map return {} } })