Browse Source

UI profiling / Change the display form of chart's yAxis label

tags/v1.2.0-rc1
weiyanxi 4 years ago
parent
commit
332f86eac6
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      mindinsight/ui/src/views/profiling/profiling-cluster.vue

+ 0
- 3
mindinsight/ui/src/views/profiling/profiling-cluster.vue View File

@@ -168,9 +168,6 @@ export default {
}, },
axisLabel: { axisLabel: {
color: '#9EA4B3', color: '#9EA4B3',
formatter: (value) => {
return value.toExponential(4);
},
}, },
splitLine: { splitLine: {
lineStyle: { lineStyle: {


Loading…
Cancel
Save