彭宇 1 anno fa
parent
commit
7620243870
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/bigdata/chart-eventTrend.vue

+ 1 - 1
src/views/bigdata/chart-eventTrend.vue

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