hbchen před 2 roky
rodič
revize
1ad82f8659
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Math.round(value*10)/10000
+            return Math.round(value*10)/100000
           }
         }
       },