TanTayBui / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

autoscale ignores X range in view #708

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using the selection plugin with X only selection ranges, the autoscale 
acts on the entire data series. This means if the region selected on the X 
value has Y values significantly lower than the global data set then the Y axis 
scale used on the resulting zoomed plot is based on the entire data set, and 
your data is squashed out of view. 

Using XY zooming is very clumsy on many data sets, and not very usable. It 
would be better if autoscale worked only between the X-min and X-max values 
which are actually displayed rather than the entire dataset. 

Original issue reported on code.google.com by colin.al...@gmail.com on 25 Jun 2012 at 11:28