xingaa commented on issue #4295: URL: https://github.com/apache/echarts/issues/4295#issuecomment-1155886822
> 类似的问题,两个实例,为什么只有一个实例随着浏览器窗口的变化而变化,而另一个不变。要怎么写? myChart.setOption(option); myChart2.setOption(option2); window.onresize = myChart.resize; window2.onresize = myChart2.resize; window2不存在吧 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
