提交 14128599 编写于 作者: K kener

条形图markLine bug fix

上级 ea8757c5
......@@ -762,10 +762,10 @@ define(function(require) {
}
else {
// 纵向
dataIndex = typeof mpData.xAxis == 'string'
&& xAxis.getIndexByName
? xAxis.getIndexByName(mpData.xAxis)
: (mpData.xAxis || 0);
dataIndex = typeof mpData.yAxis == 'string'
&& yAxis.getIndexByName
? yAxis.getIndexByName(mpData.yAxis)
: (mpData.yAxis || 0);
pos = [
xAxis.getCoord(mpData.xAxis || 0),
markCoordParams.xMarkMap[seriesIndex][dataIndex]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册