echarts.js:7742 Uncaught DOMException: Failed to execute 'drawImage' on'CanvasRenderingContext2D': The image argument is a canvas element with a width orheight of 0.
大佬们 之前写的项目中遇到的错误 我在js中获取用jquery获取dom节点 然后把从echarts中获取到的数据放进html中获取dom节点没问题
结果发现是我获取html中的div元素没有加上宽和高的样式
我给它加上宽和高的样式就可以正常显示了