-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
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
Split area style does not apply to single axis graphs #11690
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions. If you are interested in the project, you may also subscribe our mail list. Have a nice day! 🍵 |
Thanks for reporting. This seems to be a bug. |
This issue is labeled with Please have a look at How to debug ECharts if you'd like to give a try. 🤓 |
fix: add missing splitArea support for singleAxis #11690
Version
4.5.0
Reproduction link
https://jsfiddle.net/jq1dnfs2/1/
Steps to reproduce
Create single axis graph and attempt to use areaStyle to set the colour of the splitArea.
What is expected?
The split area will be coloured according to the area style.
What is actually happening?
The area is not styled.
The text was updated successfully, but these errors were encountered: