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

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

performance :chart_with_upwards_trend:

Probably good timing in line with #2205 and/or we can do some piecemeal first: - [x] Update "easy" deps - [x] Audit and remove unused deps (especially after #2205) -...

infrastructure :house:

https://github.com/FormidableLabs/victory/blob/09c80335ddb520b327991d6a7e5b3bfc49ebcbf5/packages/victory-bar/src/bar-helper-methods.js#L60-L61 The callback variant of the VictoryBar `cornerRadius` only supports a number that is applied as topLeft and topRight

Type: Enhancement :pencil2:
Issue: Accepted

We can simplify our build and publishing steps with: - [ ] Add `package.json:types` and point it to one of `es/lib` - [ ] Remove the build into the other...

Type: Infrastructure :house:
Issue: Accepted

Victory currently relies heavily on inline styles and JS objects as themes for styling chart components. The biggest downside of inline styles is that they are challenging to override. Last...

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

I am using a combination of victory bar and victory line charts where the data set varies depending on the filter selected. The chart is customized to work with a...

bug :bug:

Following installation into my previously working app I have 159 warnings and the victory charts do not work. All lines appear as the title when I simply type: `npm start`...

bug :bug:

**Describe the bug** Victory blows up when you include a string or number as a child of `VictoryChart`. The usual case where we might have a string is when we...

bug :bug:

I am trying to create a line chart where hovering over an activate data point will also show a vertical line at that point - as per gif below. ![2022-05-06...

Type: Enhancement :pencil2:
Issue: Accepted

### The Problem Unable to show VictoryTooltip when clicked on chart, but default (hover works) but hover is not ideal for my case ( react-native ), even when i try...