@ -518,7 +518,7 @@ export default {
type: 'value',
name: '单位(kwh)',
max: function (value) {
return value.max * 1.2;
return parseFloat((value.max * 1.2).toFixed(1));
},
nameTextStyle: {color: '#ccc'},
axisLabel: {color: '#ccc'},