Skip to content

35.7.0

Compare
Choose a tag to compare
@boygirl boygirl released this 22 Jun 18:04
· 1416 commits to main since this release

(2021-05-12)

  • #1835 - This PR makes VictoryAxis responsible for calculating its own default xOffset, yOffset, orientation, and crossAxis values rather than relying on VictoryChart to determine these values. This change corrects several bugs related to how axes update on charts that use VictoryZoomContainer. We don't anticipate breaking changes with this update, but axis positioning will update differently (more correctly) when zooming. Thanks @jhumbug!