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** A clear and concise description of what the bug is. I am trying to use VictoryBar in another component to load data for each bar separately and...

Type: Bug :bug:
Issue: Accepted

**Describe the bug** Observed Behavior: * When using a VictoryVoronoiContainer with a label, voronoiDimension = "x", and child VictoryBar components, the label for each bar follows the mouse when there...

I am receiving this DOM error for standalone and polar attributes. When I change these attributes to strings as the message in the DOM suggests, the charts then error, because...

Type: Bug :bug:
Issue: Accepted

# 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:
Note: Good first issue :star_struck:

I have a array about more than 150 items, I used VictoryBar with a horizontal's ScrollView but It's not working if my array.length more than 50. Please give me some...

**Is your feature request related to a problem? Please describe.** I want to add event lines or plot lines in my line chart Add rangebar chart in Victory charts, Add...

Type: Enhancement :pencil2:
Issue: Accepted

**Describe the bug** Scale prop missing from `VictoryAxis` propTypes declaration. This is causing our console to log out an error about the prop, but it does appear from the documentation...

Type: Bug :bug:
Note: Good first issue :star_struck:
Type: TypeScript

I need to customise the tick labels used in Victory Axis as "Image with text" Tried using ``` class CustomTick extends React.Component { render() { const { x, y }...

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

How are the ticks made in the area indicated by the red arrow in the picture? Data = [0,10,20,30, ..n] Short description: Adding extra ticks between 0-10 or 10-20 or...