diff options
Diffstat (limited to 'src/lib/rrdFlot.js')
-rw-r--r-- | src/lib/rrdFlot.js | 4 |
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
|