ソースを参照

呼叫数据对比

d123 7 年 前
コミット
898644326a
共有2 個のファイルを変更した5 個の追加3 個の削除を含む
  1. 3 1
      CallCenterWeb.UI/ShuJuDuiBi.html
  2. 2 2
      CallCenterWeb.UI/callTime.html

+ 3 - 1
CallCenterWeb.UI/ShuJuDuiBi.html

@@ -159,6 +159,7 @@
159 159
 							type: 'year',
160 160
 							theme: '#00a1cb',
161 161
 						});
162
+//						Ajax() 
162 163
 						hjCompaer = echarts.init(document.getElementById('hjCompaer'));
163 164
 						option = {
164 165
 							tooltip: {
@@ -252,7 +253,8 @@
252 253
 							success: function(res) {
253 254
 								var content = res.data;
254 255
 								$.each(content, function(index, ele) {
255
-									arr.push(content[index].key) allData.push(content[index].value) //console.log(allData);
256
+									arr.push(content[index].key);
257
+									allData.push(content[index].value) //console.log(allData);
256 258
 								});
257 259
 							}
258 260
 						});

+ 2 - 2
CallCenterWeb.UI/callTime.html

@@ -173,7 +173,7 @@
173 173
 					yAxis: [{
174 174
 							type: 'value',
175 175
 							name: '通话次数(通)',
176
-							nameLocation:'middle',
176
+						nameLocation: 'end',
177 177
 //							nameGap:35,
178 178
 //							min: 0,
179 179
 //							max:300,
@@ -186,7 +186,7 @@
186 186
 						{
187 187
 							type: 'value',
188 188
 							name: '通话时长(s)',
189
-							nameLocation:'middle',
189
+							nameLocation: 'end',
190 190
 //							nameGap:35,
191 191
 //							min: 0,
192 192
 //							max: 150,