diff --git a/src/views/xm/core/xmTestPlan/rpt/biz/questionAgeDist.vue b/src/views/xm/core/xmTestPlan/rpt/biz/questionAgeDist.vue index ffe12485..292f37a2 100644 --- a/src/views/xm/core/xmTestPlan/rpt/biz/questionAgeDist.vue +++ b/src/views/xm/core/xmTestPlan/rpt/biz/questionAgeDist.vue @@ -147,10 +147,22 @@ title: { text: this.title, left: 'center' - }, + }, tooltip: { - trigger: 'item' + trigger: 'item', + }, + + toolbox: { + show: true, + right:"20px", + feature: { + dataView: { show: true, readOnly: false }, + saveAsImage: { show: true }, + } + }, + calculable: true, + legend: { top:'5%', left: 'center', @@ -170,8 +182,8 @@ }, label: { - show: true, - position: 'center' + show: true, + }, } ] diff --git a/src/views/xm/core/xmTestPlan/rpt/biz/questionAttDist.vue b/src/views/xm/core/xmTestPlan/rpt/biz/questionAttDist.vue index cc6ee77e..6208d078 100644 --- a/src/views/xm/core/xmTestPlan/rpt/biz/questionAttDist.vue +++ b/src/views/xm/core/xmTestPlan/rpt/biz/questionAttDist.vue @@ -219,10 +219,22 @@ title: { text: this.title, left: 'center' - }, + }, tooltip: { - trigger: 'item' + trigger: 'item', + }, + + toolbox: { + show: true, + right:"20px", + feature: { + dataView: { show: true, readOnly: false }, + saveAsImage: { show: true }, + } + }, + calculable: true, + legend: { top:'5%', left: 'center', @@ -242,8 +254,8 @@ }, label: { - show: true, - position: 'center' + show: true, + }, } ] diff --git a/src/views/xm/core/xmTestPlan/rpt/biz/questionSort.vue b/src/views/xm/core/xmTestPlan/rpt/biz/questionSort.vue index 345ce63d..356725e0 100644 --- a/src/views/xm/core/xmTestPlan/rpt/biz/questionSort.vue +++ b/src/views/xm/core/xmTestPlan/rpt/biz/questionSort.vue @@ -1,7 +1,6 @@