From d731e9648ed50ecd739792a5eb9ac9b2b21158bd Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 31 Mar 2011 14:15:21 -0400 Subject: [PATCH] add analytics to all dygraphs pages --- docs/annotations.html | 12 ++++++++++++ docs/changes.html | 12 ++++++++++++ docs/data.html | 11 +++++++++++ docs/index.html | 15 +++++++++++++-- 4 files changed, 48 insertions(+), 2 deletions(-) diff --git a/docs/annotations.html b/docs/annotations.html index 8e3ad4f..b0281f6 100644 --- a/docs/annotations.html +++ b/docs/annotations.html @@ -206,5 +206,17 @@

Again, check out the annotations demo for concrete examples of usage of all these handlers.

+ + + diff --git a/docs/changes.html b/docs/changes.html index b7a7971..9d7bb90 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -81,5 +81,17 @@ git commit
  • Once your change is ready, I'll pull it into the main dygraphs repository and publish it to the web. + + + diff --git a/docs/data.html b/docs/data.html index 3a237b1..bf1e897 100644 --- a/docs/data.html +++ b/docs/data.html @@ -325,5 +325,16 @@ - walkthrough of using std. dev. in a spreadsheet chart + + diff --git a/docs/index.html b/docs/index.html index 2a14b3c..cb76ee5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -594,7 +594,18 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) - - + -- 2.7.4