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-523751388
 
 
   You can simply do it like:
   
   ```js
   markLine: {
      data: [ { name: 'xxxx', xAxis: 2000 } ]
   }
   ```
   
   Notice that in this case you don't need two value to specify start point and 
end point.

----------------------------------------------------------------
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

Reply via email to