-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 9+ Windows Display Scaling and chart rendering #170
Comments
See also this forum thread. |
That thread contains two posts, both from me. Unfortunately, neither provide a solution. |
I though the link might be useful to others. |
I did get the same issue on 4k screens. I have solved this issue and created pull request #179 , however, it looks slightly like a hack so I'm not sure if it should be accepted. |
The fix looks good, I merged the pull request. |
With Java 9 adding support for HiDPI monitors and resolution scaling, chart rendering quality suffers greatly on monitors with non 100% scaling values under Windows 10. This can be alleviated by turning off ChartPanel double buffering. It would be nice to retain double buffering for ChartPanels and not have rendering issues with resolution scaling turned on.
With double buffering enabled:
With double buffering disabled:
The text was updated successfully, but these errors were encountered: