This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
2438a99ba0
commit
1300dce15e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/ui/src/components/histogramUnit.vue
+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:
2
4,
left: 4
0
,
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:
2
4,
left: 4
0
,
top: 60,
right: 80,
bottom: 60,
Write
Preview
Loading…
Cancel
Save