UNPKG

view-echarts

Version:

Chart components based on Vuejs 2.x and Echarts

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