UNPKG

view-echarts

Version:

Chart components based on Vuejs 2.x and Echarts

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