Open HHHui opened 3 years ago
Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that it contains a minimum reproducible demo and necessary images to illustrate. Otherwise, our committers will ask you to do so.
A minimum reproducible demo should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster.
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 question.
If you are interested in the project, you may also subscribe to our mailing list.
Have a nice day! 🍵
Version
5.1.2
Steps to reproduce
What is expected?
just ignore null value.
What is actually happening?
there is a addition straight line cross the chart.
Chart will render correct if set xAxis type to 'time'. But time axis labels will overlap when reduce page width. category axis will auto adjust label interval. That why i use category axis here. (用time轴是可以正常显示的, 但是time轴的label在缩小页面的时候label不会自动调整, 所以我想用category偷个懒)