Chartjs-Accordion won't take up height of chart for first click

0👍

I added width: 100% in your CSS:

#container1 {
  margin: 20px auto;
  width: 100%; 
  height: auto;
  position: relative;
}

Works for me

Leave a comment