提交 c5251760 编写于 作者: P pah100

Fix axis pointer label z when inside: true.

上级 058d7437
......@@ -88,7 +88,9 @@ define(function(require) {
shadowColor: labelModel.get('shadowColor'),
shadowOffsetX: labelModel.get('shadowOffsetX'),
shadowOffsetY: labelModel.get('shadowOffsetY')
}
},
// Lable should be over axisPointer.
z2: 10
};
};
......
......@@ -172,7 +172,15 @@
var height = 250;
var gap = 50;
makeTimeGrid(option, {
grid: {left: 100, top: baseTop, height: height}
grid: {left: 100, top: baseTop, height: height},
yAxis: {
axisTick: {
inside: true
},
axisLabel: {
inside: true
}
}
});
baseTop += height + gap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册