Chartjs-Canvas line chart on this graph stretch beyond the assigned lengths

0👍

add !important attribute

#barChart{
  height: 250px !important;
  width: 250px !important;
}

https://www.w3schools.com/css/css_important.asp

Leave a comment