提交 1251c325 编写于 作者: P pah100

ignore tooltip in node, but can work in vml.

上级 689109ea
......@@ -167,7 +167,7 @@ define(function (require) {
_axisPointers: {},
init: function (ecModel, api) {
if (!env.canvasSupported) {
if (env.node) {
return;
}
var tooltipContent = new TooltipContent(api.getDom(), api);
......@@ -178,7 +178,7 @@ define(function (require) {
},
render: function (tooltipModel, ecModel, api) {
if (!env.canvasSupported) {
if (env.node) {
return;
}
// Reset
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册