Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在webpack环境下,无法加载插件 #25

Closed
SynChron1zed opened this issue Sep 11, 2017 · 0 comments
Closed

在webpack环境下,无法加载插件 #25

SynChron1zed opened this issue Sep 11, 2017 · 0 comments

Comments

@SynChron1zed
Copy link

import echarts from 'echarts';
import 'echarts-liquidfill';



var myChart2 = echarts.init(document.getElementById('main1'));

    myChart2.setOption({
      series: [{
        type: 'liquidFill',
        data: [0.6, 0.5, 0.4, 0.3],
        radius: '80%'
      }]
    });

代码引入如上 但还是报错
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant