@@ -186,7 +186,7 @@ export default Vue.extend({
this.gradeOption = {
tooltip: {
trigger: 'item',
- formatter: '{a}{b}: {c} ({d}%)'
+ formatter: '{a}{b}: {c} 分({d}%)'
},
title: {
text: '得分 ',
@@ -208,7 +208,7 @@ export default Vue.extend({
emphasis: {
label: {
- show: true,
+ show: false,
fontSize: '15',
fontWeight: 'bold'
}