From: Dan Vanderkam
Date: Fri, 27 Nov 2009 02:37:28 +0000 (-0500)
Subject: add data policy
X-Git-Tag: v1.0.0~874^2~4^2~4
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=2739bb8f580356825654aae3301632edbee9665d;p=dygraphs.git
add data policy
---
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