I noticed that the text align in the legend is not correct. It happens with every symbol type. See screenshots below.


This happens both on your website (http://echarts.baidu.com/demo.html#area-stack) as well as on my website.
I've updated line 41766 in echarts.js (3.1.6, not minimized) to:
y: (itemHeight / 2) - 6 (I've added the - 6 as a correction).
Now, they're perfectly aligned:


Greetings from an international user!
I noticed that the text align in the legend is not correct. It happens with every symbol type. See screenshots below.
This happens both on your website (http://echarts.baidu.com/demo.html#area-stack) as well as on my website.
I've updated
line 41766in echarts.js (3.1.6, not minimized) to:y: (itemHeight / 2) - 6(I've added the- 6as a correction).Now, they're perfectly aligned:
Greetings from an international user!