提交 47e362fd 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!94 fix scalar ui bug

Merge pull request !94 from WeiFeng/r0.2
......@@ -49,7 +49,8 @@
"noDataTips": "请点击“显示全量数据”按钮查看全量数据",
"userDefined": "自定义数据",
"metric": "度量指标",
"deviceNum": "device数目"
"deviceNum": "device数目",
"mixedItemMessage": "该参数含有多种类型数据,无法筛选展示"
},
"dataTraceback": {
"details": "详情",
......@@ -67,8 +68,7 @@
"samplingData": "数据抽样",
"imagesampleSwitch": "切换标签",
"invalidId": "无效的训练作业",
"summaryDirPath": "summary路径:",
"mixedItemMessage": "该参数含有多种类型数据,无法筛选展示"
"summaryDirPath": "summary路径:"
},
"scalar": {
"titleText": "标量",
......
......@@ -244,6 +244,10 @@ export default {
clearInterval(this.autoUpdateTimer);
this.autoUpdateTimer = null;
}
if (this.axisBenchChangeTimer) {
clearTimeout(this.axisBenchChangeTimer);
this.axisBenchChangeTimer = null;
}
},
mounted() {
// Adding a Listener
......@@ -642,7 +646,7 @@ export default {
},
grid: {
left: 80,
right: 10,
right: sampleObject.fullScreen ? 80 : 10,
},
animation: true,
dataZoom: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册