victory
victory copied to clipboard
A collection of composable React components for building interactive data visualizations
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Description Victory Native's containers are not forwarding props from their respective hooks to the `VictoryContainer` component. This causes the svg to get clipped because the `viewBox` is being set...
### Description Fixes #3063 Previously, victory-native/victory-cursor-container spread the result of useVictoryCursorContainer into VictoryContainer ```ts const props = useVictoryZoomContainer(...) return ; ``` Where the return type of useVictoryZoomContainer is ```ts {...
### Description This PR fixes a critical bug in the fillData helper in victory-stack, which incorrectly assumes that datasets passed into it are already sorted by _x. In many real-world...
### Description Summary: This change updates the default `eventHandlers` in `VictoryZoomContainer.defaultEvents` so that the `onWheel` handler is only attached when `props.allowZoom` is true. Previously, the `onWheel` handler was always registered...