You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
When reloading a chart there is an issue on Retina devices, the size of the canvas doubles everytime. This is a bug in the ChartJs, they have a workaround there, could you incorporate this workaround in your GWT wrapper?
When reloading a chart there is an issue on Retina devices, the size of the canvas doubles everytime. This is a bug in the ChartJs, they have a workaround there, could you incorporate this workaround in your GWT wrapper?
It is the following issue:
chartjs/Chart.js#161
Or could you explain how this workaround could be applied to the GWT wrapper?
I think it has to do with the following (according to Apple documentation):
https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/HTML-canvas-guide/SettingUptheCanvas/SettingUptheCanvas.html
See the section "Support Retina Displays From the Start".