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
5.5.0
https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJi0Ar-_jywAKwADBkAbLmwKWkZAOyFAByFxf7WoR4U1HT-ENDK9aSMHFSMJhT-3kiwoIz0EBRE2QB0AEywDnHoeCwgdFTQmh3o9DBt9GAAcqn-0WAcSnF2JLZ2ANxAA
areaStyle: {}
step: end
connectNulls: true
Area polygon is incorrect, the bottom of it is shifted:
The area polygon should be correct
- OS: macos - Browser: chrome - Framework: n/a
There is a related problem when connectNulls is false:
connectNulls
The text was updated successfully, but these errors were encountered:
The polygon one is a bug. But the one in Any additional comments seems to be correct.
Any additional comments
This looks as expected to me. Step can be one of 'start', 'middle', 'end'.
'start', 'middle', 'end'
Sorry, something went wrong.
fix(line): step areaStyle bug #20021
05ac7dd
Ovilia
Successfully merging a pull request may close this issue.
Version
5.5.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJi0Ar-_jywAKwADBkAbLmwKWkZAOyFAByFxf7WoR4U1HT-ENDK9aSMHFSMJhT-3kiwoIz0EBRE2QB0AEywDnHoeCwgdFTQmh3o9DBt9GAAcqn-0WAcSnF2JLZ2ANxAA
Steps to Reproduce
areaStyle: {}
step: end
andconnectNulls: true
propsCurrent Behavior
Area polygon is incorrect, the bottom of it is shifted:
Expected Behavior
The area polygon should be correct
Environment
Any additional comments?
There is a related problem when
connectNulls
is false:The text was updated successfully, but these errors were encountered: