Need to select the range of points in google scatter chart by dragging the mouse
问题 Recently I started working on Google Charts. Till now it is fine but now I am facing an issue with multiple selection. I am able to select multiple points by mouse clicks but I need to select range of points by dragging the mouse. Could you please help me in this? 回答1: using this answer to draw the selection range --> Select area/rectangle in javascript use chart method --> chart.getChartLayoutInterface().getBoundingBox() to find the bounds for each point... chart.getChartLayoutInterface()