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