@@ -52,7 +52,7 @@
color: '#999',
verticalAlign: 'bottom',
formatter: function (value, index) {
- return `${value.toFixed(2)}%`;
+ return `${value.toFixed(2)}`;
},