Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
ipad retina displays, charts are blurry
posted

is there any way to get charts etc. to render at a higher resolution so they look better when using a retina display?

Parents
  • 30692
    Offline posted

    Hi,

    One option you have is to set the chart to be larger in width and height pixel wise, but then scale it down using css width and height back to the normal size that you desired. The iPad is mapping HTML sizes in such a way that when you request someone of certain pixel dimensions on a non-retina screen, it will use the same pixel dimensions on a retina screen. This results in things looking blurry as they have essentially been rendered at a smaller size and then scaled up to the higher DPI. There is nothing built into the chart currently that will let it detect the higher DPI and render more pixels, but, if you can detect the higher DPI, you could make the chart render more pixels by setting its size to be physically larger, but scaling its container back down to the same render dimensions as before. Make sense?

Reply Children