daniele-pini
daniele-pini
## Description Related PR in G6: https://github.com/antvis/G6/pull/3972 This PR adds support for selecting combos using the "brush-select" behavior. A new "includeCombos" parameter is added (default = false) to explicitly enable...
This code doesn't currently work in SandboxJS (you can try it quick on the dev tools in https://nyariv.github.io/SandboxJS/): ```js const sandbox = new Sandbox(); const code = ` function test()...
### Brief description This PR fixes unexpected header recognitions across calls to `parser.pause()` / `parser.resume()`. Issue #998 was happening because the header recognition code was called multiple times for rows...