Ev Haus

Results 136 comments of Ev Haus

@benkraus No. Pie charts should work just fine. Here's [an example](https://stackblitz.com/edit/react-pdf-charts-starter-lvmcxufj?file=src%2FApp.tsx).

Thanks for the bug report. This has been fixed. Can you try again in [v0.2.5](https://github.com/EvHaus/react-pdf-charts/releases/tag/v0.2.5)?

Sure. I'll do a pass on some of the other elements and see what's missing.

Adding support for `layout="vertical"` turns out to be surprisingly difficult. This is because `recharts` injects those styles as inline styles and those inline styles all assume browser-based positioning (rather than...

Yeah... it's super annoying and I have no idea how to fix it cleanly. My workaround for this has been: ```js // Silence `useLayoutEffect does nothing on the server` warnings....

@buzzie-bee I put together a small wrapper library around `pragmatic-drag-and-drop` to account for this here: https://github.com/EvHaus/pragmatic-drag-and-drop-tree. It supports a `getAllowedDropInstructions` prop to control which items support the `make-child` instruction. If...

I'm also seeing this after upgrading to the latest version of `@lottiefiles/dotlottie-react`.

Interesting. Ive never seen that behavior before. Would you be able to take a screenshot?

Interesting. I learned something new about YouTube's algorithm today :)

I think implementing this would require a fairly decent amount of logic to track and manage duplicate detection. This is nothing something I'm planning to add to this script, but...