FormidableLabs / FormidableLabs/victory
VictoryBoxPlot doesn't support multiple Box Plots
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 536
- PR merge metrics
- No merged PRs in 30d
Description
# 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 through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) before asking a question
- [x] I am using the latest version of Victory
- [x] I've searched open issues to make sure I'm not opening a duplicate issue
### The Problem
I am implementing multiple VictoryBoxPlot items on a single chart. The problem is they all stack on top of one another. I tried using a Victory group to space them out but that did not seem to work.
Describe the issue you're seeing, and what you expect the behavior to be.
I expect to be able to set an offset and also a width separation between boxes.
### Reproduction
```
```
Please note each box is a single color.

Contributor guide
Assessment
This issue has not been assessed yet.