view-echarts
Version:
Chart components based on Vuejs 2.x and Echarts
14 lines (13 loc) • 329 B
JavaScript
import 'echarts/lib/chart/heatmap'
import 'echarts/lib/component/visualMap'
import 'echarts/extension/bmap/bmap'
import 'echarts/lib/chart/map'
import { heatmap } from './main'
import Core from '../core'
export default Object.assign({}, Core, {
name: 'Heatmap',
data () {
this.chartHandler = heatmap
return {}
}
})