chestunttree commented on issue #19856: URL: https://github.com/apache/echarts/issues/19856#issuecomment-3269507719
不知道这个能不能解决你的问题 `echarts.env.touchEventsSupported = true; // 明确关闭微信小程序适配模式,因为当前是浏览器环境 echarts.env.wxa = false; // 同时启用SVG和Canvas两种渲染模式,ECharts会根据浏览器能力自动选择: // Canvas更适合大数据量场景 // SVG更适合交互操作和动画 echarts.env.svgSupported = true; echarts.env.canvasSupported = true, // 启用DOM操作支持,这是浏览器环境下图表渲染的基础能力 echarts.env.domSupported = true;` 来源: https://blog.csdn.net/weixin_67141691/article/details/149201921 -- 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: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org