From 47b3b7f4341689639d03b72549eae098f7d75985 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sun, 10 May 2009 23:45:24 +0000 Subject: Fix comment --- src/lib/rrdFlot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/rrdFlot.js') diff --git a/src/lib/rrdFlot.js b/src/lib/rrdFlot.js index a8672cc..cbb6ca8 100644 --- a/src/lib/rrdFlot.js +++ b/src/lib/rrdFlot.js @@ -36,8 +36,8 @@ * with each element being a graph_option * The defaults for each element are * { - * title: label or ds_name // this is what is displayed at the radio button - * checked: first_ds_in_list? //boolean + * title: label or ds_name // this is what is displayed in the checkboxes + * checked: first_ds_in_list? // boolean * label: title or ds_name // this is what is displayed in the legend * color: ds_index // see Flot docs for details * lines: { show:true } // see Flot docs for details -- cgit v1.2.3-54-g00ecf