UNPKG

view-echarts

Version:

Chart components based on Vuejs 2.x and Echarts

11 lines (10 loc) 204 B
import 'echarts/lib/chart/bar' import { bar } from './main' import Core from '../core' export default Object.assign({}, Core, { name: 'Bar', data () { this.chartHandler = bar return {} } })