Becca Bailey

Results 36 comments of Becca Bailey

Most of this work is currently being done in [textsize.js](https://github.com/FormidableLabs/victory/blob/a314d8340a2461483742ffa457d4acc2a4413400/packages/victory-core/src/victory-util/textsize.js).

This makes sense as a first step! We will still need to figure out how to do the two-way props syncing when there is more than one `VictoryLine` component, but...

@alexfrize Thanks for calling out this issue! I have run into similar issues with refs, so perhaps we can work on some enhancements in order to better support refs and...

There's not anything built into Victory to do this, but you can pass arbitrary properties into the `data` prop in any chart that can be accessed in a custom child...

Hi @newza-fullmetal, I don't think Victory provides a built-in way to do this currently. In the past, I have needed to do a bit of manual work to measure the...

Return statements from `useEffect` hooks aren't super intuitive, but basically that's the cleanup function that prevents the window from listening for events after the component has unmounted. This was a...

I have used material-ui tooltips with Victory in the past, but I agree that it was a bit painful, and I'm not sure whether react-tooltip would be the same way....

@jpdriver I pushed up a feature branch for this docs effort so it's easier for multiple people to contribute before we release the new docs. Once the initial work gets...

Closing for now since there is an easy workaround, but PRs are still welcome!

I'm not sure if this is something that we have the bandwidth to implement right now, but we can leave this issue open, and PRs are welcome! For now, you...