vertical orientation breaks singleAxis charts
Open
bug
en
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.0.0
### Reproduction link
[https://jsfiddle.net/m7wtsrx8/](https://jsfiddle.net/m7wtsrx8/)
### Steps to reproduce
the js fiddle link tries to create the vertical format of the this example https://echarts.apache.org/next/examples/en/editor.html?c=scatter-single-axis.
### What is expected?
proper positioning of the bubbles and labels
### What is actually happening?
all labes are getting put at 0,0 while the symbols are not aligned to axis
---
console throws the following errorw in debug mode :
```
Error: attribute transform: Expected number, "matrix(1,0,0,1,NaN,770.5261)".
```
Contributor guide
Assessment
This issue has not been assessed yet.