react-vis
react-vis copied to clipboard
LineSeriesCanvas in FlexibleXYPlot container renders in incorrect size on retina screens
Example: https://codepen.io/marton/pen/aPvody
This can be reproduced by putting any canvas series in a FlexibleXYPlot container as long as devicePixelRatio !== 1
.
#605 seems related
I am facing the same issue.
I can confirm this. Also setting devicePixelRatio to 1 on a retina screen makes the line the correct size, albeit while also looking slightly blurred.
Any update on this? currently working around it using window.devicePixelRatio = 1
, but as the pervious commenter says, it's blurry
Hi, is there any update on this? Is this library even being actively maintained?