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
Modify the model traceability parameters to optimize the y-axis title display of the histogram
tags/v1.1.0
qin_jun_yan
5 years ago
parent
514d9e70bd
commit
23b26ec923
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/ui/src/mixins/modelData.vue
+ 1
- 1
mindinsight/ui/src/mixins/modelData.vue
View File
@@ -207,7 +207,7 @@ export default {
data: this.barYAxisData,
axisLabel: {
formatter: function(params) {
const maxLength = 1
2
;
const maxLength = 1
0
;
if (params.length > maxLength) {
return params.substring(0, maxLength) + '...';
} else {
Write
Preview
Loading…
Cancel
Save