React-vis: LineSeriesCanvas in FlexibleXYPlot container renders in incorrect size on retina screens

Created on 12 Dec 2018  路  4Comments  路  Source: uber/react-vis

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

bug help wanted

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stroemdev picture stroemdev  路  4Comments

mcnuttandrew picture mcnuttandrew  路  5Comments

markov00 picture markov00  路  5Comments

cang-afero picture cang-afero  路  4Comments

codewithsk picture codewithsk  路  5Comments