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
https://jsfiddle.net/qraz7vxu/
option = { grid: { top: 130, bottom: 80 }, dataZoom: [{ type: 'slider', show: true }, { type: 'inside' } ], xAxis: { type: 'category', name: 'x', splitLine: { show: false }, data: ['1', '2', '3', '4', '5', '6', '7', '9', '9'], axisPointer: { show: 'true' }, }, yAxis: { name: 'y', max: 20 }, tooltip: { trigger: 'item' }, series: [{ name: 'B', type: 'line', clip: false, data: [1, 2, 4, 8, 16, 32, 64, 128, 256] }] };
Symbol outside clip area should be rendered.
Symbol outside clip area didn't render.
I found it while fix #11360 in #11548 .
The text was updated successfully, but these errors were encountered:
fix(line): overflow symbols should render if clip is false #11549
0d12f10
Successfully merging a pull request may close this issue.
Version
4.4.0
Reproduction link
https://jsfiddle.net/qraz7vxu/
Steps to reproduce
What is expected?
Symbol outside clip area should be rendered.
What is actually happening?
Symbol outside clip area didn't render.
I found it while fix #11360 in #11548 .
The text was updated successfully, but these errors were encountered: