summaryrefslogtreecommitdiff
path: root/src/lib/rrdFlot.js
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 23:45:24 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 23:45:24 +0000
commit47b3b7f4341689639d03b72549eae098f7d75985 (patch)
tree01b06dde2315c4085c023d49238d9613c118d853 /src/lib/rrdFlot.js
parent7b29a9826e9b0215c08f04fab71a860faea9b101 (diff)
Fix comment
Diffstat (limited to 'src/lib/rrdFlot.js')
-rw-r--r--src/lib/rrdFlot.js4
1 files changed, 2 insertions, 2 deletions
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