victory icon indicating copy to clipboard operation
victory copied to clipboard

A collection of composable React components for building interactive data visualizations

Results 289 victory issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Bug :bug:

### 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...

Type: Question :grey_question:

### 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...

Type: Bug :bug:

### 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...

Type: Enhancement :pencil2:

### 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...

Type: Enhancement :pencil2:

### 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...