(2021-05-04)
- #1827 - Points fully outside of a chart domain are now given null values to prevent them from being rendered. Exceptions are made for continuous chart types like
VictoryArea
andVictoryLine
. This PR also includes a fix for animations so that animating data always reaches its final state before a new animation begins. Thanks @jhumbug!