xgxchina opened a new issue #9502: echarts在小程序使用饼图的BUG(已发布的小程序) URL: https://github.com/apache/incubator-echarts/issues/9502 小程序中使用echarts在微信开发者工具是没有问题的,但是发布小程序后测试发现当图标类型为type='pie'时点击会把底色会乱 具体的配置如下: option = { backgroundColor: "#ffffff", color: arr, series: [{ label: { normal: { show: true, formatter: '{d}%', fontSize: 14 }, }, type: 'pie', center: ['50%', '50%'], radius: [50, '60%'], data: [{ value: 55, }, { value: 20, }, { value: 10, }, { value: 20, }, { value: 38, }, ] }] };
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
