UNPKG

view-echarts

Version:

Chart components based on Vuejs 2.x and Echarts

15 lines (14 loc) 365 B
import 'echarts/lib/chart/bar' import 'echarts/lib/chart/line' import 'echarts/lib/chart/candlestick' import 'echarts/lib/component/visualMap' import 'echarts/lib/component/dataZoom' import { candle } from './main' import Core from '../core' export default Object.assign({}, Core, { name: 'Candle', data () { this.chartHandler = candle return {} } })