tokyotech / monarch-flex

Automatically exported from code.google.com/p/monarch-flex
0 stars 0 forks source link

Vertical zoom issues caused by reducing x-axis range #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When the x-axis range is reduced by clicking a button like "1 week"
sometimes there is a lot of empty space on the graph. This could be fixed
by restricting the series provided to the graph to only the visible points
instead of simply reducing the x-axis range. This can be done by
maintaining all data in a member variable and when the x range is changed,
setting the graph series to a subset of the data.

Original issue reported on code.google.com by andrewps...@gmail.com on 6 May 2009 at 2:34