Finding maximum and minimum x, y-axis value of visible chart area. use case: on click of button need to draw a line on the chart. I am following this example for the same https://echarts.apache.org/examples/en/editor.html?c=line-draggable
setting data for the series as var data = [[10, 40], [10, 10]]; but as my chart is zoomable how do i get maximum and minimum x, y-axis value of visible chart area, so that i can compute coordinate for the line on run time --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org