From: Dan Vanderkam Date: Tue, 18 Nov 2014 23:54:23 +0000 (-0500) Subject: Document point.idx (fixes #471) X-Git-Tag: v1.1.0~21 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=867786ec641724e1e8970f1d5a961e3e9be400df;p=dygraphs.git Document point.idx (fixes #471) --- diff --git a/generate-documentation.py b/generate-documentation.py index f6d7d79..d73fcc4 100755 --- a/generate-documentation.py +++ b/generate-documentation.py @@ -204,6 +204,7 @@ Some callbacks take a point argument. Its properties are:
  • xval/yval: The data coordinates of the point (with dates/times as millis since epoch)
  • canvasx/canvasy: The canvas coordinates at which the point is drawn.
  • name: The name of the data series to which the point belongs
  • +
  • idx: The row number of the point in the data set