From af26aaa53d073a7b2d25caee93e1cb5ceb2e099c Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 23 Oct 2009 09:07:01 -0400 Subject: flot-0.6 --- examples/turning-series.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/turning-series.html') diff --git a/examples/turning-series.html b/examples/turning-series.html index 7b25479..f72fe62 100644 --- a/examples/turning-series.html +++ b/examples/turning-series.html @@ -67,7 +67,9 @@ $(function () { var choiceContainer = $("#choices"); $.each(datasets, function(key, val) { choiceContainer.append('
' + val.label + ''); + '" checked="checked" id="id' + key + '">' + + ''); }); choiceContainer.find("input").click(plotAccordingToChoices); -- cgit v1.2.3-2-g168b