maxkoretskyi opened a new issue, #17230:
URL: https://github.com/apache/echarts/issues/17230

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/en/editor.html?c=bar-background&code=PYBwLglsB2AEC8sDeBYAULWAiAHgQRwgGcsAuWAbSSwHMAnCAEwElpGBTHM2ABgBosYAJ4h23QRAC2YgL4BdPukxYhBYtyrZ6TVhy7keseYozYi7BuxLkKSzMjv3sw0eIBGAQzpYTT5Yw8wDw1HP1RTP3ssaA9pbgBGAA5fSKiANw8AGwBXMRtQ1OwAJh4iooBaHgBWcqSAFR4eUkbmngA6Rp4ALR8C1PjGvqcFIaiAMwh2TJZGcQBZAFUAUQWADWYAeQAZADEAIQA1AGEAEQBpVYBxPb2jutIAZiL4wDfydjT2aDAAfRi40ZkKUi4UKyj-eVg8QAnEDUlgMjkIbYIqCsCUypUatCGk0Wo0Oo0erDClCAGxtAAso0wIxRkSwEymM3myzWm12h1OF2ut3uT1e70-P3BWABxNgtPpRCCAGMANbiQVfb5MXoowGhEF-QQiCFYTzecVYAJBEJ0-xawrRWIQ6HipzwrK5M2gqLoirVWpQnGtVoE7pq12YB5tUnUiX28aTabMWbkLCLFbrbb7Y7nK43O6PZ5vD7KkVivqS7XSjzyxV5n6q2EyOy0mRAA
   
   ### Steps to Reproduce
   
   Just a regular bar chart with 2 stacked series using dates as axis points 
and type "time" for the X axis.
   Using `category` type of X axis renders correctly. To observe that, in the 
provided demo simply replace:
   
   ```
   "xAxis": [{"gridIndex": 0,"type": "time"}],
   ```
   
   with
   ```
   
   "xAxis": [{"gridIndex": 0, data: 
["2022-05-18T00:00:00.000Z","2022-05-19T00:00:00.000Z"]}],
   ```
   
   ### Current Behavior
   
   Stacking items are rendered taking wrong series point as a base.
   
   ### Expected Behavior
   
   Stacking items should be rendered taking the corresponding point value from 
the other series.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to