hoe to declare height and width value for bar chart in chartjs code example
Example: chartJs height
var ctx = document.getElementById("myChart");
ctx.height = 500;
var ctx = document.getElementById("myChart");
ctx.height = 500;