提交 0a6b8ce5 编写于 作者: K kener

tooltip 纵向首字段bug fixed

上级 58f693c6
...@@ -465,7 +465,7 @@ define(function (require) { ...@@ -465,7 +465,7 @@ define(function (require) {
if (dataIndex <= 0) { if (dataIndex <= 0) {
dataIndex = 0; dataIndex = 0;
} }
if (y - top >= bottom - y) { else if (y - top >= bottom - y) {
dataIndex -= 1; dataIndex -= 1;
} }
else { else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册