提交 6918f6bd 编写于 作者: P ph

fix echarts tip issue

上级 1e7c6327
......@@ -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.
先完成此消息的编辑!
想要评论请 注册