bar chart display abnormal when setting stack [Bug]
Version
5.3.0
Link to Minimal Reproduction
https://codesandbox.io/s/admiring-leftpad-h8jcdk?file=/src/App.tsx
Steps to Reproduce
- set stack property as
xxx - set xAxis type as time
Current Behavior
- yAxis Start position is not zero
- some data are not display
The display is normal after switching to version 5.2.2

Expected Behavior
- yAxis Start position is zero
- all data are display

Environment
- OS:Mac OS
- Browser: Chrome
- Framework: React
Any additional comments?
No response
I'm sorry to close this issue for it lacks the necessary title. Please provide a descriptive and as concise as possible title to describe your problems or requests and then the maintainers or I will reopen this issue.
Every good bug report or feature request starts with a title. Your issue title is a critical element as it's the first thing maintainers see.
A good issue title makes it easier for maintainers to understand what the issue is, easily locate it, and know what steps they'll need to take to fix it.
Moreover, it's better to include keywords, as this makes it easier to find the issue self and similar issues in searches.
@zhaoxuhui1122 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
When setting the stack property of the histogram, the display is abnormal in some scenarios [Bug]
BODY
Version
5.3.0
Link to Minimal Reproduction
https://codesandbox.io/s/admiring-leftpad-h8jcdk?file=/src/App.tsx
Steps to Reproduce
- Set the histogram data stack parameter
- xAxis is type is time
- There is no data at some time points in the series
Current Behavior
- The starting position of the histogram stack is not 0
- Some histograms cannot be displayed
For details, please refer to the codesandbox link, Switching to version 5.2.2 and below is normal

Expected Behavior
- The starting position of the histogram is close to the horizontal axis
- All data can be displayed normally

Environment
- OS: Mac OS
- Browser: Chrome
- Framework: React
Any additional comments?
No response
You can add '-' in the missing data to fix this issue.
{
name: "Union Ads",
type: "bar",
stack: "Ad",
emphasis: {
focus: "series"
},
data: [
[1645426533000, 1],
[1645426534000, '-'],
[1645426535000, 1]
]
},
This approach is not suitable for my current scenario, where the data to render is pulled from the log server,
It is impossible to know exactly whether there is data at a certain point in time, so I don't want to conduct too much analysis and processing on the obtained data.
I switched to version 5.2.2 first
use youdao translation 😄
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!