mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 15:42:14 +11:00
kinda resizing
This commit is contained in:
parent
af18276fdb
commit
eece1ee68f
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ block content
|
||||||
var chart = new google.visualization.LineChart(document.getElementById('chart_div'));
|
var chart = new google.visualization.LineChart(document.getElementById('chart_div'));
|
||||||
|
|
||||||
chart.draw(data, options);
|
chart.draw(data, options);
|
||||||
|
window.onload = resize;
|
||||||
|
window.onresize = resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
br
|
br
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue