@@ -815,6 +815,9 @@ let app = new Vue({
},
label: {
normal: {
+ formatter: function (data) {
+ return (data.value * 100).toFixed(2) +'%'
+ },
textStyle: {
fontSize: 30,
color: '#fff',