Expected Behavior
When a vertical line chart is being loaded, elements should appear on the vertical base line (x = 0, if 0 is in the scale range) and animate along the x axis.
Current Behavior
Elements appear on the horizontal base line (y = 0, if 0 is in the scale range) and animate along the y axis.

Possible Solution
When the positions of line and point elements are reset, set them based on the base value on the value axis, not the x axis.
Steps to Reproduce
https://jsfiddle.net/nagix/r80e6pn7/
Environment