@dcharlie123 @Ovilia 每个 data 项都可以设置 label 的位置
```js
data: data.map(item => return { label: { position: item.value > 0 ? 'top' :
'bottom' }}
```[ Full content available at: https://github.com/apache/incubator-echarts/issues/8894 ] This message was relayed via gitbox.apache.org for [email protected]
