We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
测试代码:
var option = { backgroundColor: "#F00", title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36, 10, 10, 20] }] };
同样的配置在正常版本中没问题,在小程序版中没生效
The text was updated successfully, but these errors were encountered:
fix(wxa): set zlevel for main layer, fix bug for backgroundColor on wxa
e043b2f
ecomfe/echarts-for-weixin#6
已修复,暂时请用本项目目录下的 echarts.js,echarts 项目下的还没发版
Sorry, something went wrong.
fix backgroundColor not rendering bug #6
acd7559
No branches or pull requests
测试代码:
同样的配置在正常版本中没问题,在小程序版中没生效
The text was updated successfully, but these errors were encountered: