You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It shows that marker size animations work smoothly if the axis ranges don't change.
But if the axis ranges change, the marker size isn't animated, it transitions immediately.
The text was updated successfully, but these errors were encountered:
I think this one will need to remain this way. The general case of transitioning data and layout at the same time resulted in a combination of interactions I was simply unable to tame. Marker sizes aren't that problematic, but there's no way to know or guarantee that it won't also be the x/y data changing.
Here's another codepen adapted from #1607 .
It shows that marker size animations work smoothly if the axis ranges don't change.
But if the axis ranges change, the marker size isn't animated, it transitions immediately.
The text was updated successfully, but these errors were encountered: