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
What steps will reproduce the problem?
1. select an area and zoom
2. clearSelection() on the plot
What is the expected output? return to the orinigal state of the chart
What do you see instead? it clears the selection :) And just the selection
Used the latest release and could be easily demonstrated using the demo's
provided (http://people.iola.dk/olau/flot/examples/selection.html)
Original issue reported on code.google.com by henkjans...@gmail.com on 11 Apr 2008 at 2:31
The text was updated successfully, but these errors were encountered:
I can see your point, but the thing is that the selection is not coupled to
zooming.
In fact there's no explicit zoom support in Flot, although it is easy to do
with the
building blocks available. So clearSelection means clear the selection if there
is
one, nothing more. The demo is perhaps a bit misleading here.
If we ever get explicit zooming support, then there'll certainly be a "return to
initial state" command.
Original comment by olau%iol...@gtempaccount.com on 8 Sep 2008 at 8:10
Original issue reported on code.google.com by
henkjans...@gmail.com
on 11 Apr 2008 at 2:31The text was updated successfully, but these errors were encountered: