Answers for "Change the width of the graph in chart.js"

-2

chartJs height

var ctx = document.getElementById("myChart");
ctx.height = 500;
Posted by: Guest on November-22-2020

Code answers related to "Change the width of the graph in chart.js"

Browse Popular Code Answers by Language