mayunhai opened a new issue #9888: echart 4.1.0 有小问题 URL: https://github.com/apache/incubator-echarts/issues/9888 在设置 series[i]-line.label.show 时候 label不会自适应的 部分不展示而会变成全部展示 很拥挤,和4.0.0及之前对比 体验较差 itemStyle: { normal: { color: color, barBorderRadius: 0, label: { show: true, position: 'top', offset: [0, -10], formatter(p) { return p.value > 0 ? p.value : '' } } } },
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
