Browse Source

UI fixed an issue where tips on the leftmost side of the histogram X

axis are incompletely displayed
tags/v1.1.0
xiayifan 5 years ago
parent
commit
1300dce15e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mindinsight/ui/src/components/histogramUnit.vue
  2. +1
    -1
      mindinsight/ui/src/views/train-manage/histogram.vue

+ 1
- 1
mindinsight/ui/src/components/histogramUnit.vue View File

@@ -176,7 +176,7 @@ export default {
const that = this;
const option = {
grid: {
left: 24,
left: 40,
top: 60,
right: 80,
bottom: 60,


+ 1
- 1
mindinsight/ui/src/views/train-manage/histogram.vue View File

@@ -1051,7 +1051,7 @@ export default {
const that = this;
const option = {
grid: {
left: 24,
left: 40,
top: 60,
right: 80,
bottom: 60,


Loading…
Cancel
Save