From 4e70c49b2fcdf61b4b90b16a82a45087aecd3c84 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 5 Jul 2012 22:14:18 -0400 Subject: [PATCH] Checkpoint: chart labels have been fully ported over; all tests pass & no perf regressions --- plugins/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins/README b/plugins/README index 60ddd04..7956d55 100644 --- a/plugins/README +++ b/plugins/README @@ -90,3 +90,17 @@ return legend; })(); ---------------- + +Plugin Events Reference: + +- predraw +- clearChart +- drawChart +- select +- deselect + +Special methods: +- (constructor) +- activate +- destroy + -- 2.7.4