From: Uemit Seren Date: Thu, 4 Apr 2013 14:32:28 +0000 (+0200) Subject: Added idx parameter to option-reference X-Git-Tag: v1.0.0~42^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=312f200d8e833b1a2bbe23b773981995fa74c8fa;p=dygraphs.git Added idx parameter to option-reference --- 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 = // [ "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 drawHighlightPointCallback" }, @@ -130,6 +131,7 @@ Dygraph.OPTIONS_REFERENCE = // [ "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 drawPointCallback" },