0👍
you can set options to responsive in your js code for responsive chart
options: {
responsive: true,
maintainAspectRatio: false,
}
this should help you in this case
Source:stackexchange.com
0👍
you can set options to responsive in your js code for responsive chart
options: {
responsive: true,
maintainAspectRatio: false,
}
this should help you in this case