[Chartjs]-Chartjs height does not follow parent container

6๐Ÿ‘

I finally solved my problem. Now the chart is responsive.

#graph{
  position: relative;
  height: 100%;
  width: 100% !important;
}

canvas {
  width: 100% !important;
}

Leave a comment