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

good first issue :star_struck:

**Describe the bug** After upgrading from 36.4.0 to 36.5.3, I get a lot of TypeScript errors from the Victory packages inside node_modules. **Victory version** 36.5.3 **To Reproduce** Steps to reproduce...

bug :bug:

**Describe the bug** if you quicky hover between two VictoryVoronoiContainer's, the tooltip wont appear in the latter **Victory version** 36.5.3 **Code Sandbox link** [Please include a code sandbox link or...

Type: Bug :bug:
Issue: Accepted

I have a VictoryPie, that gets different data when some buttons get clicked. When i first land on the page everything works perfect. But when i refresh the page, i...

Type: Bug :bug:

**Describe the bug** I have a `` chart where each point displays a tooltip with the `label` associated with that point, like so: ` datum.label}`. If I add an `animate`...

Type: Bug :bug:
Issue: Accepted

**Describe the bug** When an `angle` is applied to a label, any accompanying `dx` and `dy` offsets get applied in the _rotated_ coordinate system. E.g. if a label is rotated...

Type: Bug :bug:
Issue: Accepted

**Describe the bug** I have a chart that uses Dates along the xaxis with a defined domain. Setting `scale={{x: 'time'}}` creates an x-axis with readable date labels. However, if I...

bug :bug:

When updating to victory v36.5.1, webpack issues a lot of warnings (159 in my case) with these contents: ``` WARNING in ../node_modules/victory/es/index.js Module Warning (from ../node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js): Failed to parse source...

bug :bug:

Fixes #2108 Uses DOM measurements for label width and height. This method proves to be more accurate and 27% more performant than the existing approximation solution as shown below, particularly...

Hi, I tried swapping out d3 for victory for the SSR support. (I was able to write dramatically less code, which is awesome 👍 ). Everything looks great, except for...

Type: Performance :chart_with_upwards_trend:
Status: On Hold ⚠️
Issue: Accepted