apache / echarts-examples

Examples of Apache ECharts
https://echarts.apache.org/examples
Apache License 2.0
368 stars 238 forks source link

feat: enrich label-position, add more options #44

Closed fuchunhui closed 2 years ago

fuchunhui commented 2 years ago

make label-position to support more options, we can choose align and verticalAlign now, it can help to understand the relation between them.

Before

image

After

image