|
@@ -742,7 +742,7 @@
|
|
|
}
|
|
|
}],
|
|
|
grid: {
|
|
|
- left: '-3%',
|
|
|
+ left: '-7%',
|
|
|
right: '7%',
|
|
|
bottom: '3%',
|
|
|
containLabel: true
|
|
@@ -810,12 +810,12 @@
|
|
|
myChart.setOption(option);
|
|
|
}
|
|
|
window.onresize = function () {
|
|
|
- $("#main").height($(window).height() - 100);
|
|
|
+ $("#main").height($(window).height() - 30);
|
|
|
if (re == 1) {
|
|
|
- $("#main").width($(window).height());
|
|
|
+ $("#main").width($(window).height()-30);
|
|
|
}
|
|
|
myChart.resize();
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
$(function () {
|
|
|
$(':input').labelauty().on('click', function () {
|