提交 4b348fb7 编写于 作者: O Ovilia

fix(tooltip): rich content confine bug ecomfe/echarts-for-weixin#347

上级 5b5a427f
......@@ -180,7 +180,11 @@ TooltipRichContent.prototype = {
},
getOuterSize: function () {
return this.getSize();
const size = this.getSize();
return {
width: size[0],
height: size[1]
};
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册