ecomfe / echarts-liquidfill

Liquid Fill Chart for Apache ECharts
https://ecomfe.github.io/echarts-liquidfill/example/
BSD 3-Clause "New" or "Revised" License
1.47k stars 620 forks source link

怎么在 vite 中使用 esm #117

Open zezhongmiao opened 3 years ago

zezhongmiao commented 3 years ago

import * as echarts from 'echarts/src/echarts'; import 'echarts/src/chart/line'; import 'echarts/src/chart/bar'; import 'echarts/src/chart/pie'; import 'echarts/src/chart/gauge'

var option = {
    series: [{
        type: 'liquidFill',
        data: [0.6]
    }]
};