tobiasruhland commented on issue #12166: URL: https://github.com/apache/echarts/issues/12166#issuecomment-3738828903
> > Is the problem still not fixed? > > I have a fix here [#12166 (comment)](https://github.com/apache/echarts/issues/12166#issuecomment-2508279902) I cannot use the ES6 import workaround because my project (blazor / .net8.0 C#) loads ECharts via classic <script src="..."> tags and does not use a modern JS build system (like Webpack, Vite, or Rollup). In this setup, the zRenderEnv.touchEventsSupported flag is already set by ECharts/zrender at load time and changing it afterwards has no effect on touch support. -- 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]
