[Bug] SSR scatter chart - point coordinates incorrect in generated SVG
Open
animation
bug
en
SSR
SVG
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.6.0
### Link to Minimal Reproduction
https://codepen.io/helgasoft/pen/ByazOqY
### Steps to Reproduce
run Minimal Reproduction code
### Current Behavior
Following the first example in [Server-Side SVG Rendering](https://echarts.apache.org/handbook/en/how-to/cross-platform/server/) and trying with a scatter chart, noticed that all points are shown with pixel coordinates [0,0].
Bar and pie series with same data are fine in comparison.
### Expected Behavior
correct point coordinates in SVG
### Environment
```markdown
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.