Bladeren bron

去掉统计图表上的滚轴

ting.yin 6 jaren geleden
bovenliggende
commit
0a4983f39c

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectClass.jsp

@@ -130,7 +130,7 @@
                     saveAsImage : {show: true}
                 }
             },
-            dataZoom: [{
+    /*         dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -138,7 +138,7 @@
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             xAxis: {
                 axisLabel: {
                     interval:0,

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectCollege.jsp

@@ -136,7 +136,7 @@ $("#export-button").click(function(){
                     saveAsImage : {show: true}
                 }
             },
-            dataZoom: [{
+       /*      dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -144,7 +144,7 @@ $("#export-button").click(function(){
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             xAxis: {
                 axisLabel: {
                     interval:0,

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectGroup.jsp

@@ -167,7 +167,7 @@ $('#subject-select').trigger('change');
                     saveAsImage : {show: true}
                 }
             },
-            dataZoom: [{
+          /*   dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -175,7 +175,7 @@ $('#subject-select').trigger('change');
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             xAxis: {
                 axisLabel: {
                     interval: 0,

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectQuestion.jsp

@@ -150,7 +150,7 @@ $("#export-button").click(function(){
                     saveAsImage : {show: true}
                 }
             },
-            dataZoom: [{
+         /*    dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -158,7 +158,7 @@ $("#export-button").click(function(){
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             xAxis: {
                 axisLabel: {
                     interval:0,

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectTeacher.jsp

@@ -146,7 +146,7 @@ $("#export-button").click(function(){
                     saveAsImage : {show: true}
                 }
             },
-            dataZoom: [{
+        /*     dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -154,7 +154,7 @@ $("#export-button").click(function(){
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             xAxis: {
                 axisLabel: {
                     interval:0,

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/report/reportSubjectTeacherClass.jsp

@@ -116,7 +116,7 @@ $("#export-button").click(function(){
             legend: {
                 data: ['最高分','最低分','平均分','平均相对分','优秀率','及格率']
             },
-            dataZoom: [{
+        /*     dataZoom: [{
                 type: 'slider',
                 show: true,
                 xAxisIndex: [0],
@@ -124,7 +124,7 @@ $("#export-button").click(function(){
                 bottom: -5,
                 start: 10,
                 end: 90 //初始化滚动条
-            }],
+            }], */
             toolbox: {
                 feature : {
                     saveAsImage : {show: true}