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
This weekend I found my old and (presumed) broken iPad 1. I tried recharging it before wanting to smash it and suddenly, after years of disfunctioning, it resetted and works again!
So I tried to browse the interface using the tablet and it seems that graphs are randomly resizing in height.
After searching it seems a common issue on ChartJS, but with lots of workarounds: chartjs/Chart.js#56
The text was updated successfully, but these errors were encountered:
Fixed by setting a hardcoded height on the canvas' parent element and then executing this before every render: ctx.canvas.height = $("#CHART-ID").parent().height();
This weekend I found my old and (presumed) broken iPad 1. I tried recharging it before wanting to smash it and suddenly, after years of disfunctioning, it resetted and works again!
So I tried to browse the interface using the tablet and it seems that graphs are randomly resizing in height.
After searching it seems a common issue on ChartJS, but with lots of workarounds:
chartjs/Chart.js#56
The text was updated successfully, but these errors were encountered: