Merge branch 'master' of git://github.com/danvk/dygraphs
[dygraphs.git] / docs / index.html
index 2cba089..a74d247 100644 (file)
@@ -55,8 +55,9 @@
 
       <h2>Demos/Usage</h2>
       <ul>
-        <li><a href="#gallery">Usage Gallery</a></li>
+        <li><a href="#users">Known Users</a></li>
         <hr/>
+        <li><span style="color: red;">New!</span> <a href="gallery/">(browse gallery)</a></li>
         <li><a href="tests/">(browse demos)</a></li>
         <li><a href="tests/demo.html">Basic Demo</a></li>
         <li><a href="tests/gviz.html">GViz Demo</a></li>
 
       <p>For more demos, browse the dygraph <a href="tests/">tests</a>
       directory. To see other people who are using dygraphs, check out the <a
-      href="#gallery">usage gallery</a>.</p>
+      href="#users">known users</a>.</p>
 
       <h3>Features</h3>
       <p>Some of the features of dygraphs:</p>
@@ -603,8 +604,8 @@ public static native JavaScriptObject drawDygraph(
 }-*/;
 </pre>
 
-    <a name="gallery" />
-    <h2>Usage Gallery</h2>
+    <a name="users" />
+    <h2>Known Users</h2>
     <p>Since its public release in late 2009, dygraphs has found many users
     across the web. This is a small collection of the uses that we know about.
     If you're using dygraphs, please send <a
@@ -652,6 +653,9 @@ public static native JavaScriptObject drawDygraph(
     <a href="tests/synchronize.html">synchronized charts</a> to display many
     quantities simultaneously.</span></li>
 
+  <li><a href="http://duckduckgo.com/traffic.html">Duck Duck Go Traffic Dashboard</a><br/>
+  <span class="desc">DDG uses dygraphs to display a public chart of their daily traffic. They use annotations and the moving average features.</span></li>
+
     <li><a href="http://toolserver.org/~dartar/moodbar/">Wikimedia Foundation - Moodbar data dashboard</a><br/>
     <span class="desc">dygraphs is used internally at Wikimedia as a handy solution to monitor the
     results of a bunch of small experiments.</span></li>