提交 732f0f29 编写于 作者: S susiwen8

Fix multiple chart margin was to small

上级 f8bc64fb
......@@ -622,10 +622,12 @@ class TooltipView extends ComponentView {
+ seriesDefaultHTML.reverse().join(newLine)
);
}
singleDefaultHTML.push('<br/>');
});
}, this);
// In most case, the second axis is shown upper than the first one.
singleDefaultHTML.pop();
const singleDefaultHTMLStr = singleDefaultHTML.join(this._newLine + this._newLine);
const positionExpr = e.position;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册