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

ReferenceError: self is not defined #149

Open lvzongjun opened 3 years ago

lvzongjun commented 3 years ago
var option = {
    series: [{
        type: 'liquidFill',
        data: [0.6]
    }]
};