...
代码块 | ||||
---|---|---|---|---|
| ||||
option = { series: [{ type: 'line', label: { show: true, position: 'top' // 标签显示在折线上方 } }, { type: 'line', label: { show: true, position: 'bottom' // 标签显示在折线下方 } }] } |
另外可以设置文字是否偏移,具体可见 Echarts图形-扩展属性:数据标签 - 柱图数据标签重叠问题
...
代码块 | ||||
---|---|---|---|---|
| ||||
option = { series: [{ type: 'line', label: { show: true, position: 'top' // 标签显示在折线上方 } }, { type: 'line', label: { show: true, position: 'bottom' // 标签显示在折线下方 } }] } |
另外可以设置文字是否偏移,具体可见 Echarts图形-扩展属性:数据标签 - 柱图数据标签重叠问题