helgasoft commented on issue #18160: URL: https://github.com/apache/echarts/issues/18160#issuecomment-1381402143
Look at [this example](https://echarts.apache.org/examples/en/editor.html?c=line-pen). By clicking twice on the chart, you will get two points _pointInGridA_ and _pointInGridB_. Then you could add a [MarkArea](https://echarts.apache.org/en/option.html#series-line.markArea.data) between their X-coordinates. It will look exactly like the yellow area in [your example](https://stackoverflow.com/questions/75064009/customizing-echart-horizontal-select-brush-functionality-to-select-single-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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
