X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=a4e262c2dbf0260ac90940ec7e4d03b0e59e7bfd;hb=2ed3480b3d067f380abf6636cb984ac9ff7cd484;hp=38fefcc4858c0fd6d0998ff59996b43b4f95a0a7;hpb=745e9e52bf0c9fe1eec18ad64d76787419b033f4;p=dygraphs.git 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" },