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

**Describe the bug** am getting an error when running yarn lint export { Border as Box, type BorderProps as BoxProps, } from "./victory-primitives"; **Victory version** ^36.5.3 **Code Sandbox link** Please...

bug :bug:

# Questions **For discussions about features or questions about how to use Victory, please [start a new discussion](https://github.com/FormidableLabs/victory/discussions/new) rather than opening an issue.** # Bug Reports ### Checklist - [x]...

Hello! As I need a [heat map](http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/heatmap/) type of chart for a project, I was wondering if some work had already been done regarding this, and if not try to...

Type: Enhancement :pencil2:
Status: Help Wanted :hammer:
Issue: Accepted

**Is your feature request related to a problem? Please describe.** I'm trying to create something like this: ![image](https://user-images.githubusercontent.com/85179655/176730735-3aeb13c1-03d5-416c-87d0-f6e1e4f106dc.png) The idea being that the ticks will be on the bar. But...

# Bugs and Questions ### Checklist * [x] 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)) * [x] I have read...

Type: Enhancement :pencil2:
Issue: Accepted

When a handleComponent svg is defined, the handle does not drag on page load. Dragging above or below the handle it drags the edge of the brush as it should...

Type: Bug :bug:
Issue: Accepted

**Describe the bug** Samsung Galaxy border widths are barely visible relative to Google Pixel and other Android devices. **Victory version** victory-native: `36.4.1` **Code Sandbox link** You will need to run...

Type: Bug :bug:
Note: Victory native :iphone:

**Describe the bug** When AreaChart has opacity set then animation flickers on Android (iOS is fine) **Victory version** "victory-native": "^36.5.0", **Code Sandbox link** [Please include a code sandbox link or...

bug :bug:

**Describe the bug** When I build my project made with vitejs in production mode, and open some page with charts, this page broken **Victory version** "victory": "36.5.1", **Expected behavior** A...

bug :bug:

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