From 2739bb8f580356825654aae3301632edbee9665d Mon Sep 17 00:00:00 2001
From: Dan Vanderkam
Date: Thu, 26 Nov 2009 21:37:28 -0500
Subject: [PATCH] add data policy
---
docs/index.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/index.html b/docs/index.html
index cb4f362..e85397a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -528,6 +528,10 @@ dygraphs library.
object's valueOf method.
+Data Policy
+dygraphs is purely client-side JavaScript. It does not send your data to any
+servers -- the data is process entirely in the client's browser.
+
Created May 9, 2008 by Dan Vanderkam