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
To reproduce, create a pie chart, add it to a dashboard and play a bit resizing it. There're some sizes where it goes crazy, with the div's scrollbars flickering.
It might be a bug in jquery.resize, or in flot's resize. I did a workaround a while ago by using width/height to 90%, which diminishes the issue, but it would be great to fix it for good.
The text was updated successfully, but these errors were encountered:
It seems like a problem in Flot, where it doesn't respect the canvas' sizes,
drawing over it. From some tests, I found that 99% height works for all
graphs, but the pie needs a smaller width.
…crollbars
The problem is that flot ends up drawing over the limits of the canvas
depending on the content. Our workaround is to make the charts a bit smaller
(95% width), so that we have a bit of space to spare, in case it happens.
This doesn't fix the issue, but at least makes it harder to appear.
To reproduce, create a pie chart, add it to a dashboard and play a bit resizing it. There're some sizes where it goes crazy, with the div's scrollbars flickering.
It might be a bug in jquery.resize, or in flot's resize. I did a workaround a while ago by using width/height to 90%, which diminishes the issue, but it would be great to fix it for good.
The text was updated successfully, but these errors were encountered: