From 312f200d8e833b1a2bbe23b773981995fa74c8fa Mon Sep 17 00:00:00 2001
From: Uemit Seren <uemit.seren+git@gmail.com>
Date: Thu, 4 Apr 2013 16:32:28 +0200
Subject: [PATCH] Added idx parameter to option-reference

---
 dygraph-options-reference.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js
index 38fefcc..a4e262c 100644
--- a/dygraph-options-reference.js
+++ b/dygraph-options-reference.js
@@ -61,6 +61,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
       [ "cy" , "center y coordinate" ],
       [ "color" , "series color" ],
       [ "pointSize" , "the radius of the image." ]
+      [ "idx" , "the row-index of the point in the data."]
     ],
     "description": "Draw a custom item when drawPoints is enabled. Default is a small dot matching the series color. This method should constrain drawing to within pointSize pixels from (cx, cy).  Also see <a href='#drawHighlightPointCallback'>drawHighlightPointCallback</a>"
   },
@@ -130,6 +131,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
       [ "cy" , "center y coordinate" ],
       [ "color" , "series color" ],
       [ "pointSize" , "the radius of the image." ]
+      [ "idx" , "the row-index of the point in the data."]
     ],
     "description": "Draw a custom item when a point is highlighted.  Default is a small dot matching the series color. This method should constrain drawing to within pointSize pixels from (cx, cy) Also see <a href='#drawPointCallback'>drawPointCallback</a>"
   },
-- 
2.7.4