From 867786ec641724e1e8970f1d5a961e3e9be400df Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 18 Nov 2014 18:54:23 -0500 Subject: [PATCH] Document point.idx (fixes #471) --- generate-documentation.py | 1 + 1 file changed, 1 insertion(+) 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
  • -- 2.7.4