Chris Williams
Chris Williams
Thanks for the report @vovakulikov 🙏 Not sure what an ideal fix is for that, open to suggestions/thoughts!
Hi @darkleaf 👋 thanks for checking out `visx`. You're correct that the `yAccessor` for `AreaStack` `AreaSeries` which is added to the `DataRegistry` is not the accessor which is set on...
Hey @ShaneHudson thanks for checking out `xychart`. I think the issue is the `curve` type as it looks like you figured out. This determines how lines should be drawn /...
Using a `ref` is definitely the right fix here (and this is now what we do for [`useTooltipInPortal`](https://github.com/airbnb/visx/blob/0cd702aa091a24a4c33282df4edfbcc41aadd5fa/packages/visx-demo/src/sandboxes/visx-tooltip/Example.tsx#L33)), but we'd like to do it in a way that isn't a...
I'm happy to review a PR if someone is interested in creating the new version (ideally done in a way that is not breaking, and then in the next major...
fixed by https://github.com/airbnb/visx/pull/1583
Hey @dbchristopher just to clarify, you are using `GlyphSeries` to render your glyphs before wrapping in the `AreaStack`? Yes currently this isn't supported as `AreaStack` hijacks your rendering (the API...
Hey @sadudani 👋 thanks for checking out `visx`. Just to verify, you are importing `Zoom` via the named import `import { Zoom } from '@visx/zoom';` not the default import `import...
Sorry, it's going to be difficult to debug this unless you can fully reproduce it in a codesandbox since it clearly works in our demo codesandbox. Your app could have...
If anyone is interested in porting @techniq 's demo to the gallery I'm happy to review the PR!