score:3

that did not work for my linechart, i had to use :

canvas
{
    width: 100% !important;
}

from https://github.com/jtblin/angular-chart.js/issues/614

score:6

i found the solution here

flex items not shrinking when window gets smaller

min-width: 0;

on the items :)


Related Query

More Query from same tag