index.js 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import 'echarts/lib/chart/bar' import { histogram } from '../bar/main' import Core from '../../core' export default Object.assign({}, Core, { name: 'VeHistogram', data () { this.chartHandler = histogram return {} } })