Skip to content

Instantly share code, notes, and snippets.

View sachith95's full-sized avatar
:octocat:

Sachith sachith95

:octocat:
View GitHub Profile
@sachith95
sachith95 / echart.js
Last active March 25, 2021 19:36
Echart plugin integration to Vue
import Vue from 'vue'
import Echarts from 'vue-echarts'
import 'echarts/lib/chart/bar'
import 'echarts/lib/chart/line'
import 'echarts/lib/chart/pie'
import 'echarts/lib/chart/map'
import 'echarts/lib/component/polar'
import 'echarts/lib/component/title'
import 'echarts/lib/component/tooltip'