[Chartjs]-Chartjs graphs are not respecting height of container

4πŸ‘

βœ…

It might be trying to maintain aspect ratio, so you might need to turn that option off

options: {
    maintainAspectRatio: false
}

Leave a comment