Xinxing Li

Results 6 comments of Xinxing Li

我猜forEach需要的额外内存使得重复实验时触发了垃圾回收,因此稍慢于for

加这一段代码就行 ```js chart.tooltip({ onShow: function onShow(ev) { return (ev.items = ev.items.slice(0,-1)); }, }); ```

[17.1.1 2024-10-31](https://github.com/facebook/jscodeshift/releases) It would be awesome to update to this newest version. 👊

now you can use AI to do this work. such as chatGPT or theb.ai

Notice that there are 2 different `parseCSV` functions in the source code. So you can just use the right function to replace the wrong function. just like this: `instance.parseCSV =...