victory icon indicating copy to clipboard operation
victory copied to clipboard

A collection of composable React components for building interactive data visualizations

Results 289 victory issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Description fix: Handle undefined labelStyle properties in VictoryCandlestick - Add null coalescing for `labelStyle?.` in calculatePlotValues - Prevents TypeError when accessing labelStyle properties Fixes #3039 #### Type of Change...

A `` component with an empty theme does not render labels correctly. Reproduction: ``` ``` Expected: ![Image](https://github.com/user-attachments/assets/2a0b1664-0d6c-4875-b7a9-7d236e6c7bc2) Actual: `TypeError: Cannot read properties of undefined (reading 'padding')`

Type: Bug :bug:
Issue: Accepted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

Type: Bug :bug:
Issue: Accepted

### Description The problem occurs in `voronoi-helpers.ts` when calculating points for tooltips with `y0` values. The issue is in the getDatasets method where the voronoi points are calculated. Currently, it...

Add brush and zoom example to Charts/Candlestick documentation

Type: Docs :book:
Issue: Accepted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

Type: Bug :bug:
Issue: Accepted

Support `VictoryTooltip` in each `[label]Component` property for `VictoryCandlestick`. Prereq: #2621

Type: Enhancement :pencil2:
Issue: Accepted

### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...

Type: Bug :bug:

### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...

Type: Bug :bug: