We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.4.0-rc.1
https://jsfiddle.net/tmtron/f8pwxe63/
when we use clip='true', the axis pointer will show data that is outside of the chart grid
max
when clip='true' the data outside of the chart grid should be hidden
when clip='true' the data outside of the chart grid is shown
The text was updated successfully, but these errors were encountered:
It seems to be a bug. But the reason may be yAxis.max.
yAxis.max
Sorry, something went wrong.
fix(line): axis pointer highlights data outside of chart #11360 (#11548)
33d14b8
* fix(line): axis pointer highlights data outside of chart #11360 * fix: should't draw symbol outside clipShapeForSymbol
pissang
No branches or pull requests
Version
4.4.0-rc.1
Reproduction link
https://jsfiddle.net/tmtron/f8pwxe63/
Steps to reproduce
when we use clip='true', the axis pointer will show data that is outside of the chart grid
max
for the y-AxisWhat is expected?
when clip='true' the data outside of the chart grid should be hidden
What is actually happening?
when clip='true' the data outside of the chart grid is shown
The text was updated successfully, but these errors were encountered: