Replies: 2 comments
-
I think render() is not enough, update() or resize() should reflect to the pixel ratio change. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I already had tried But |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy,
I'm trying to temporarily adjust the devicePixelRatio of a chart to create a higher quality image (for printing purposes).
I'm using a plugin to create the image once the chart is rendered after the config change:
But the image still uses the standard pixelRatio and ends up being blurry.
Is it not possible to change the pixel ratio? Or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions