zpf96126 commented on issue #7480: iframe中echart无法获取问题 URL: https://github.com/apache/incubator-echarts/issues/7480#issuecomment-519342178 @zhoujun900113 我想到一个办法,就是你把echarts.init放在work.jsp中的一个函数里,假设叫a function a(参数..){echarts.init(document.getElementById("chart0"))... },然后在iframe中使用parent.document.a()来进行echart的初始化,这样就能在work.jsp中调用echarts.getInstanceByDom(document.getElementById("chart0"));获取图表实例
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
