chartjs-to-image
chartjs-to-image copied to clipboard
Higher resolution charts
Hi
Setting higher devicePixelRatios does not seem to have any effect for any value over 2. Are there any ways around this?
Thanks in advance :)
Hey @Detan-L, unfortunately not at this time. devicePixelRatio is capped at 2.0, for retina devices.
Setting the format to svg (setFormat) should give you an improved resolution.