pissang commented on 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#issuecomment-523270096 markLine data should be 2d, Try ```js markLine: { data: [ [ {name: 'start', xAxis: 2000, yAxis: 0}, {name: 'end', xAxis: 2000, yAxis: 1}, ] ] } ``` But in your case, there is no '0' in yAxis categories. So the markLine wont appear.
---------------------------------------------------------------- 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