Browse Source

Merge pull request #708 from visuddhinanda/master

api列表都放图右侧
visuddhinanda 4 năm trước cách đây
mục cha
commit
a2bf74f4b7
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/log/showlog.js

+ 5 - 0
app/log/showlog.js

@@ -326,6 +326,11 @@ function chart_4(data){
 				text: '执行次数'
 			}
 		},
+		legend: {
+			layout: 'vertical',
+			align: 'right',
+			verticalAlign: 'middle'
+		},
 		tooltip: {
 			headerFormat: '<span style="font-size:10px">{point.key}</span><table>',
 			pointFormat: '<tr><td style="color:{series.color};padding:0">{series.name}: </td>' +