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
Its not a chartjs issue, if you resize the area fast it makes some canvases bigger, verry inconsistent. But every time the chart is rendered to the max the canvas is allowed
Yes, I think this is simply undefined behaviour from the browsers side, since every chart can technically "fit itself" into any space. If there is nothing that can be done from the chartjs side to mitigate this, I think simply specifying the width (be it with css grid, flex-bases or good old width: 33%) is probably fine.
Expected Behavior
Multiple charts should be the same size in a flex with the same grow and shrink parameters.
Current Behavior
Charts are different size
Possible Solution
unknown
Steps to Reproduce
Multiple charts in a Flexbox row with equal grow and shrink
https://jsfiddle.net/rmp67bd4/1/
Context
I am trying to use Flexbox to quickly layout many doughnut charts in a grid pattern.
Environment
The text was updated successfully, but these errors were encountered: