easy-work
easy-work copied to clipboard
./node_modules/echarts12/dist/h5/components/echart/index.js 20:8 Module parse failed: Unexpected token (20:8) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders...
title 重叠

您好,不报错,但是图表显示不出来,一片空白,请问可能是什么原因?
 按示例 ``` ``` 在微信开发者工具上看到的有点模糊,请问有解决办法吗?
设置legend 图例组件 不启用,全部堆积在左上角 以下为配置: ` legend: { type:'plain', left:'40%', orient:'horizontal', itemGap :12, itemWidth:33, data: ['本一批', '本二批', '专科批'] }, ` 