mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +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'));
|
||||
|
||||
chart.draw(data, options);
|
||||
window.onload = resize;
|
||||
window.onresize = resize;
|
||||
}
|
||||
|
||||
br
|
||||
|
|
|
|||
Loading…
Reference in a new issue