X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2FREADME;h=f216545b81f9795ba014d86e103d74b752ab0bad;hb=d16d197c2d63be4a36f2639040f110e2ccf20c7f;hp=60ddd04245e21988eb7aea6e3456fd23e7b9e3c2;hpb=e26b71566419e1c051f3fbd1f4f8f64b063a04c9;p=dygraphs.git diff --git a/plugins/README b/plugins/README index 60ddd04..f216545 100644 --- a/plugins/README +++ b/plugins/README @@ -90,3 +90,24 @@ return legend; })(); ---------------- + +Plugin Events Reference: + +- predraw +- clearChart +- drawChart +- select +- deselect + +TODO(danvk): document all event properties for each event. + + +Special methods: +- (constructor) +- activate +- destroy + + +---------------- + +Notes on plugin registration and event cascade ordering/behavior.