DhananjayaR opened a new issue #11059: How to draw a vertical line using markline at specific X-axis value in a stacked bar graph URL: https://github.com/apache/incubator-echarts/issues/11059 ### Version 4.2.1 ### Reproduction link [https://jsfiddle.net/xko8cvy6/2/](https://jsfiddle.net/xko8cvy6/2/) ### Steps to reproduce Open the reproduction link (https://jsfiddle.net/xko8cvy6/2/). It is not clear from the documentation about how to use the markline when Y-axis is of category type. ### What is expected? I tried using using bellow code but it produced a horizontal line ` markLine: { data: [ {name: 'start', xAxis: 2000, yAxis: '0'}, {name: 'end', xAxis: 2000, yAxis: '1'}, ] ` ### What is actually happening? Vertical line from xAxis value 2000 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org