Browse Source

小问题

hbchen 2 years ago
parent
commit
56a934b153
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dashboard/index.vue

+ 1 - 1
src/views/dashboard/index.vue

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