Yang

Results 1 issues of Yang

## 提问前应该做的事 - [x] 我已通读过 [README](https://github.com/ecomfe/echarts-for-weixin/blob/master/README.md) - [x] 我已阅读过 [FAQ](https://github.com/ecomfe/echarts-for-weixin/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Afaq+) ### 简单描述问题: 使用微信开发者工具打开echarts-for-weixin项目,找到pages/bar/index.js将里面的option更改为[echarts官方示例dataset的配置方式](https://echarts.apache.org/examples/zh/editor.html?c=data-transform-sort-bar),图表未呈现,控制台报错:“t.count is not a function” ### 预期效果: dataset配置方式的图表正常显示出来,控制台未报错 ### 实际效果: ![20210304100153](https://user-images.githubusercontent.com/26377048/109901390-f1b44900-7cd3-11eb-8d3b-afd2475d285c.png) ![20210304100915](https://user-images.githubusercontent.com/26377048/109903921-6dfc5b80-7cd7-11eb-8f30-849f2ad32b25.png) ### 复现环境: - 在微信开发工具中存在该问题 - 在真机上也存在该问题