@@ -105,7 +105,7 @@
axisLabel:{
color:'#999',
formatter:(value)=>{
- return Math.round(value*10)/10000
+ return Math.round(value*10)/100000
}
},