If you use a pointStyle of “rectRot” and view the chart on a retina display then the points are drawn in the top 25%% of the canvas (i.e. the x and y coordinates of the points are halved). This affects Line and Scatter charts.
I’m guessing this has something to do with the rotating of the rectangle for the point.
Yes, just the rectRot.
Potential fix in element.point.js:
This gets rid of need for rotation.