1/* Try setting the barThickness:'flex' in the datasets: */
2datasets: [{
3 label: 'Total Views',
4 data: mydata,
5 backgroundColor:'rgba(0, 0, 0, 1)',
6 barThickness:'flex'
7}]