(2021-05-12)
- #1835 - This PR makes
VictoryAxis
responsible for calculating its own defaultxOffset
,yOffset
,orientation
, andcrossAxis
values rather than relying onVictoryChart
to determine these values. This change corrects several bugs related to how axes update on charts that useVictoryZoomContainer
. We don't anticipate breaking changes with this update, but axis positioning will update differently (more correctly) when zooming. Thanks @jhumbug!