6๐
I finally solved my problem. Now the chart is responsive.
#graph{
position: relative;
height: 100%;
width: 100% !important;
}
canvas {
width: 100% !important;
}
Source:stackexchange.com
6๐
I finally solved my problem. Now the chart is responsive.
#graph{
position: relative;
height: 100%;
width: 100% !important;
}
canvas {
width: 100% !important;
}