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

backgroundColor配置项没生效 #6

Closed
WuHuaJi0 opened this issue Feb 27, 2018 · 1 comment
Closed

backgroundColor配置项没生效 #6

WuHuaJi0 opened this issue Feb 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@WuHuaJi0
Copy link

测试代码:

    var option = {
        backgroundColor: "#F00",
        title: {
            text: 'ECharts 入门示例'
        },
        tooltip: {},
        legend: {
            data:['销量']
        },
        xAxis: {
            data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"]
        },
        yAxis: {},
        series: [{
            name: '销量',
            type: 'bar',
            data: [5, 20, 36, 10, 10, 20]
        }]
    };

同样的配置在正常版本中没问题,在小程序版中没生效

@Ovilia
Copy link
Member

Ovilia commented Mar 2, 2018

已修复,暂时请用本项目目录下的 echarts.js,echarts 项目下的还没发版

@Ovilia Ovilia closed this as completed Mar 2, 2018
Ovilia added a commit that referenced this issue Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants