warottop opened a new issue #13163: URL: https://github.com/apache/incubator-echarts/issues/13163
### What problem does this feature solve? I usually use bar a lot as histogram and using markline as to state something out of graph from xaxis. Since using bar graph, Markline label should be at the end of the line, and with something like 3-4 marklines , Overlapping occurs. However, with horizontal movement available when position : 'start' or 'end', I should be able to config it to not overlapping with others label or with rotation (#13153 if it happens) this can be alleviated as well (using position :'insideEndTop' or 'insideEndBottom' ,then rotate) now my solution was to add blank space as labels to alleviates this issue and move on with my work. ### What does the proposed API look like? markline.label.distance as array is available for movement in the perpendicular of the markline angle when position : 'start' or 'end' . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
