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

# What A POC for "Property Containers", which eliminate some of the boilerplate for our components.

Implements `victory-line` using the new "Turbo" / v37 approach.

### Checklist * [✓] This is not a `victory-native` specific issue. (Issues that only appear in `victory-native` should be opened [here](https://github.com/FormidableLabs/victory-native/issues/new)) * [✓] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and...

**Describe the bug** In the transition to typescript for VictoryLine a type override for the prop animate was made that breaks the typing. You can no longer give the animate...

Type: Bug :bug:
Issue: Accepted

**Describe the bug** Encountered a TypeScript error while attempting to build with the latest victory-core package. **Victory version** victory-core: 36.5.3 typescript: 4.7.4 **To Reproduce** Steps to reproduce the behavior: 1....

bug :bug:

Victory relies on static properties in order to get calculated props, and make decisions about which props to pass into which Victory components. The static `role` property in particular is...

hold ⚠️

VictoryTooltip or custom tooltip jumps around the screen while zooming in/out or panning the chart with the mouse. The expected behaviour is that either the tooltip stays in place while...

bug :bug:

**Describe the bug** Below are several images to help you understand the situation! We have a VictoryPie Chart that should be rendered next to a small legend. To achieve this,...

Type: Bug :bug:

This is an issue to overhaul how label size is determined. Right now, label size is approximated using the size of specific characters in specific fonts, but this does not...

Type: Enhancement :pencil2:
Issue: Accepted

We have seen lots of issues come up around brush and zoom behavior, and the brush and zoom becoming out of sync in certain situations. Since it has been difficult...

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