From 1300dce15e92c341f5abe2ec987b3b9244eabc5c Mon Sep 17 00:00:00 2001 From: xiayifan Date: Tue, 27 Oct 2020 16:10:32 +0800 Subject: [PATCH] UI fixed an issue where tips on the leftmost side of the histogram X axis are incompletely displayed --- mindinsight/ui/src/components/histogramUnit.vue | 2 +- mindinsight/ui/src/views/train-manage/histogram.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mindinsight/ui/src/components/histogramUnit.vue b/mindinsight/ui/src/components/histogramUnit.vue index 44c133ea..e1dffef9 100644 --- a/mindinsight/ui/src/components/histogramUnit.vue +++ b/mindinsight/ui/src/components/histogramUnit.vue @@ -176,7 +176,7 @@ export default { const that = this; const option = { grid: { - left: 24, + left: 40, top: 60, right: 80, bottom: 60, diff --git a/mindinsight/ui/src/views/train-manage/histogram.vue b/mindinsight/ui/src/views/train-manage/histogram.vue index 0de09fc8..2b0f87d5 100644 --- a/mindinsight/ui/src/views/train-manage/histogram.vue +++ b/mindinsight/ui/src/views/train-manage/histogram.vue @@ -1051,7 +1051,7 @@ export default { const that = this; const option = { grid: { - left: 24, + left: 40, top: 60, right: 80, bottom: 60,