From 332f86eac6f1c64ad5e5ca5878d38f078e94663b Mon Sep 17 00:00:00 2001 From: weiyanxi Date: Wed, 17 Mar 2021 15:25:15 +0800 Subject: [PATCH] UI profiling / Change the display form of chart's yAxis label --- mindinsight/ui/src/views/profiling/profiling-cluster.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/mindinsight/ui/src/views/profiling/profiling-cluster.vue b/mindinsight/ui/src/views/profiling/profiling-cluster.vue index b74917c5..9220c708 100644 --- a/mindinsight/ui/src/views/profiling/profiling-cluster.vue +++ b/mindinsight/ui/src/views/profiling/profiling-cluster.vue @@ -168,9 +168,6 @@ export default { }, axisLabel: { color: '#9EA4B3', - formatter: (value) => { - return value.toExponential(4); - }, }, splitLine: { lineStyle: {