carolcoral commented on issue #8989: Uncaught TypeError: Cannot read property 'setOption' of undefined URL: https://github.com/apache/incubator-echarts/issues/8989#issuecomment-417592848 已经解决了,是ajax的作用域出现了问题,在这里我们不能使用$.get(uri,function(data){})的方式使用数据,而应该使用$.get(uri).then(res =>{})的方式来使用数据
---------------------------------------------------------------- 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]
