[Chartjs]-Resizing chart issue with CSS Grid

3👍

This issue was raised on GitHub here

the above suggestion of min-width: 0 seems to resolve this issue. not on the immediate container of the chart, but on the flex parent.

Adding min-width: 0 works both for flex-items and grid-items

Leave a comment