apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
59.52k stars 19.58k forks source link

[Bug] I set the text to be vertically centered, but the effect is not significant [graph,edgeLabel,verticalAlign: 'middle'] #20019

Open snowyme opened 2 weeks ago

snowyme commented 2 weeks ago

Version

5.2.2

Link to Minimal Reproduction

https://echarts.apache.org/examples/zh/editor.html?c=graph-simple

Steps to Reproduce

I set the text to be vertically centered, but the effect is not significant image

Current Behavior

I set the text to be vertically centered, but the effect is not significant

Expected Behavior

Whether zoomed in or out, text is vertically centered

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

helgasoft commented 2 weeks ago

I set the text to be vertically centered, but the effect is not significant

verticalAlign:'middle' will stay close to the edge line by default. Try larger lineHeight with verticalAlign:'bottom' or 'top'.

snowyme commented 2 weeks ago

If you shrink the chart, it will become invalid