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

!279 UI fix echarts tip issue

Merge pull request !279 from 潘慧/master_ph2
......@@ -828,6 +828,7 @@ export default {
formatter: (params) => {
return `${params.marker} ${params.data.name} ${params.percent}%`;
},
confine: true,
};
option.series = [
{
......@@ -856,6 +857,7 @@ export default {
option.color = ['#6C92FA'];
option.tooltip = {
trigger: 'axis',
confine: true,
};
option.series = [
{
......
......@@ -289,6 +289,7 @@ export default {
series: timeInfo,
tooltip: {
trigger: 'axis',
confine: true,
},
};
if (type === 'iteration_interval') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册