Settings and activity
1 result found
-
16 votes
Selection of points within a rectangle can be done with the current API, though it needs a few lines of custom code:
http://jsfiddle.net/highcharts/nsuA6/ian supported this idea ·An error occurred while saving the comment
I think this works pretty well for scatter plots but seems to fail in column charts. Example (try dragging from 3rd point to 6th for instance):
http://jsfiddle.net/nsuA6/4/
Note: I've added plot lines on selection to see what is being returned in the selection event. yAxis seems fine.