victory icon indicating copy to clipboard operation
victory copied to clipboard

A collection of composable React components for building interactive data visualizations

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

## Implementation Notes - New components should live inside a nested director (currently v37). These components should not make changes to existing functionality. - The victory event system will be...

turbo

This is a larger issue designed to cover a few individual bugs and issues that have been raised around Victory transitions. I'm just linking to all of the issues here...

Type: Enhancement :pencil2:
Status: On Hold ⚠️
Issue: Accepted

Consider making one container from zoom and selection respectively ` const VictoryZoomSelectionContainer = createContainer("zoom", "selection"); ` Please add VictoryZoomSelectionContainer with ` responsive={true} ` param and try to select anything -...

### Discussed in https://github.com/FormidableLabs/victory/discussions/2302 Originally posted by **vtarelkin** June 15, 2022 Good day, trying to migrate from recharts and passing down the array of 6900 point of x and y...

# Questions I'm working on a Quadrant chart that involves 1. VictoryAxis(X) 2. VictoryAxis(dependentAxis Y ) I'm trying to set my axis center to 100, 100 instead of 0,0 **For...

Type: Enhancement :pencil2:
Issue: Accepted

_From @ekmartin on July 14, 2016 21:14_ Would be nice if there was an option to enable indicator lines between the labels and the chart. Makes it a lot easier...

feature request :pencil2:

### The Problem Zooming on the `VictoryZoomContrainer` reduces the framerate as low as 10 FPS. I don't have a lot of data, I'm just testing with a `VictoryLine`, but it...

Hello everyone # Bugs and Questions ### Checklist - [X] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) before asking a question - [X] I am using the latest version...

documentation :book:

### Description - As part of Formidable's ongoing commitment to Open Source, we are starting to standardize our OSS Landers around [docusaurus](https://docusaurus.io). - This PR replaces the existing `react-static` site...

# Bug Reports ### Checklist - [x] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) - [x] I am using the latest version of Victory - [x] I've searched open...