FormidableLabs / FormidableLabs/victory
Setting Axis center to non-zero, custom value
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 536
- PR merge metrics
- No merged PRs in 30d
Description
# Questions
I'm working on a Quadrant chart that involves
1. VictoryAxis(X)
2. VictoryAxis(dependentAxis Y )
I'm trying to set my axis center to 100, 100 instead of 0,0
**For discussions about features or questions about how to use Victory, please [start a new discussion](https://github.com/FormidableLabs/victory/discussions/new) rather than opening an issue.**
# 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 issues to make sure I'm not opening a duplicate issue
### The Problem
I'm not able to shift the center to 100, 100 instead of 0,0.
I'm attaching the expected result v/s the one that's getting generated
On the left side of the graph, X-axis should start from 100 (at center) and go to 90
Similarly on Y-axis, bottom side, center should start from 100 and end at 90
### Reproduction
`
`
**Current Issue**

**End Goal**

Contributor guide
Assessment
This issue has not been assessed yet.