From 1fd4de1b25398954e9ab43e54d0d0fdf1b5cfce0 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sat, 14 Mar 2009 20:01:55 -0400 Subject: flot-0.6pre@147 --- examples/selection.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/selection.html') diff --git a/examples/selection.html b/examples/selection.html index 4a745d7..56cb3db 100644 --- a/examples/selection.html +++ b/examples/selection.html @@ -4,7 +4,7 @@ Flot Examples - + @@ -90,6 +90,10 @@ $(function () { xaxis: { min: ranges.xaxis.from, max: ranges.xaxis.to } })); }); + + placeholder.bind("plotunselected", function (event) { + $("#selection").text(""); + }); var plot = $.plot(placeholder, data, options); -- cgit v1.2.3