100pah commented on a change in pull request #10602: #10595
URL:
https://github.com/apache/incubator-echarts/pull/10602#discussion_r292147601
##########
File path: src/data/List.js
##########
@@ -1176,7 +1176,7 @@ function getRawIndexWithoutIndices(idx) {
}
function getRawIndexWithIndices(idx) {
- if (idx < this._count && idx >= 0) {
Review comment:
I've known the reason:
when the axis is updated by `dataZoom` or any other approaches like
setOption, the `axisPonterModel` does not get the chance to update itself.
But to fix this problem, the implementation of `axisPointer` has to be
modified a lot. (And by some historical reason, the current implementation of
`axisPointer` is bug-prone).
I will think this through and make some change of it gingerly ...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]