zhou
zhou
**Describe the bug** callback 'onNodeClick' was triggered when clicking the collapse/expand button in Safari **To Reproduce** Steps to reproduce the behavior: 1. wirte some code in onNodeClick function 2. Click...
Hi, thanks for your library, it works great. but I have some questions, 1. the chart.lastTrasform().k provided the zoom level, but is it a way to get the zoom event...
**Describe the bug** Hi, i found that when export an larger image by call the chart.exportImage, the exported image was broken, its size was zero, ``` this.chart.exportImage({ full: true, scale:...
发现了是插入script的时候正则替换失效, ``` if (m3u8Target) { script = script.replace(`url: '', // 在线链接`, `url: '${m3u8Target}',`); } ``` 改成默认链接的话测试成功 ``` if (m3u8Target) { script = script.replace(`url: 'http://1257120875.vod2.myqcloud.com/0ef121cdvodtransgzp1257120875/3055695e5285890780828799271/v.f230.m3u8 ', // 在线链接`, `url: '${m3u8Target}',`); }...
**Is your feature request related to a problem? Please describe.** sometimes the site's response was very slow and I knowed it was time to use the proxy agent to visit...
i want to attach the tap event on my list,but the tap event would be triggered when i swipe the page on the list,how to resolve this problem?