Joe Van Gundy
Joe Van Gundy
## Environment * `chrome-aws-lambda` Version: 10.1.0 * `puppeteer` / `puppeteer-core` Version: 10.1.0 * OS: Mac * Node.js Version: 16.15.1 * Lambda / GCF Runtime: nodejs12.x ## Expected Behavior When I...
**Describe the solution you'd like** A final result similar to Mac OS's finder. The results are grouped by their category and limited to avoid one category taking up all the...
**I'm submitting a ...** (check one with "x") ``` [] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...
## Description If there are no results for a search, the panel is closed. Not sure if there is a way to avoid this, but I can't find any way...
Update: have since discovered this is actually a bug in Visx (or unexpected behavior) initialBrushPosition and the brush seem to be slightly out of sync. The first time the brush...
What is the suggested approach for handling a null value on a visualization? Right now I have the occasional null value which causes everything to go crazy. I would expect...
Mouse events on the Bar component (but probably all shapes) are not received when there is a brush on the visualization. I see this a problem in D3 due to...
I have an `AreaClosed` shape set up with a brush on top of it. When the plots load, the brush does not show up. However, if I use the code...
Question: Is it possible to get both accessToken and authorization code with only one user sign-in?
Google has `grantOfflineAccess` which returns the authorization code. However, if I make this call on my own, it prompts the user to sign in again. Is it/would it be possible...
- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://stackoverflow.com/questions/72723322/recharts-and-rollup-responsivecontainer-resizeobserver-issue](https://stackoverflow.com/questions/72723322/recharts-and-rollup-responsivecontainer-resizeobserver-issue) ### Steps to reproduce I tested Recharts v2.10.0...