victory
victory copied to clipboard
A collection of composable React components for building interactive data visualizations
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:  Actual: `TypeError: Cannot read properties of undefined (reading 'padding')`
### 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...
### 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
### 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...
Support `VictoryTooltip` in each `[label]Component` property for `VictoryCandlestick`. Prereq: #2621
### 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...
### 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...