You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A `NumberRangeFilter` control is bound to a `Dashboard`. The control's lower slider
handle (`lowValue`) is set to a value greater than the minimum, and the upper slider
handle (`highValue`) is not changed from its default (i.e. is at the maximum).
If the dashboard is redrawn using `dashboard.draw(data)`, the range filter control
will reset its range to 0 (i.e. the low and high values are both at 0). This of course
hides all of the data if none of the data points are 0.
A demonstration is available via this jsFiddle: http://jsfiddle.net/2wt77b73/3/.
This issue affects all chart types.
I have tested with both API version 1.0 and 1.1. The issue affects both.
The issue appears in both Chrome and Firefox (latest version of both) on Windows 8.1.
I have not tested other browsers/OSes.
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************
Original issue reported on code.google.com by nrhinkle on 2014-10-14 04:07:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nrhinkle
on 2014-10-14 04:07:31The text was updated successfully, but these errors were encountered: