Fix bug 153, findPosX and findPosY don't take borders into account. This also fixes...
[dygraphs.git] / docs / index.html
index bf5b5fa..6671696 100644 (file)
@@ -24,7 +24,7 @@
     </script>
   </head>
   <body>
-    <a href="http://github.com/danvk/dygraphs"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
+    <a href="http://github.com/danvk/dygraphs"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
 
     <div id="nav">
       <h2>Documentation</h2>
@@ -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>
@@ -74,7 +75,6 @@
         <li><a href="tests/grid_dot.html">Crazy Styles</a></li>
         <li><a href="tests/spacing.html">Tick spacing</a></li>
         <li><a href="tests/callback.html">Callbacks</a></li>
-        <li><a href="tests/crosshair.html">Crosshairs</a></li>
         <li><a href="tests/hourly.html">Hourly/Minutely data</a></li>
         <li><a href="tests/isolated-points.html">Isolated Points</a></li>
         <li><a href="tests/missing-data.html">Missing Data</a></li>
@@ -83,8 +83,6 @@
         <li><a href="tests/customLabel.html">Custom Label Styles</a></li>
         <li><a href="tests/dygraph.html">Minimal Example</a></li>
         <li><a href="tests/negative.html">Negative Numbers</a></li>
-        <li><a href="tests/noise.html">Noisy Data</a></li>
-        <li><a href="tests/two-series.html">Multiple Series</a></li>
         <li><a href="tests/highlighted-region.html">Custom Underlay / background</a></li>
         <li><a href="tests/zoom.html">Tests for zoom operations</a></li>
         <li><a href="tests/logscale.html">Log scale tests</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>
   &lt;/head&gt;
 </pre>
 
-<p>(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See <a href="https://groups.google.com/group/dygraphs-users/browse_thread/thread/c60709e04bc7fe5f#">this discussion</a> for details.)</p>
+<p>(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See <a href="https://groups.google.com/group/dygraphs-users/browse_thread/thread/c60709e04bc7fe5f#">this discussion</a> for details. Note that the &lt;meta http-equiv&hellip;&gt; line must appear <i>first</i> in the &lt;head&gt; section for this to work properly.)</p>
 
     <p>While VML emulation sounds like it would be slow, it works well in practice for most charts.</p>
 
@@ -410,6 +408,13 @@ new Dygraph(el, data, {
 
     <p>Most browsers will ignore the trailing comma, but it will break under IE.</p>
 
+    <p>You may also need to delay instantiating any dygraphs until after the DOM
+    content is ready, as there have been some <a
+      href="https://groups.google.com/d/topic/dygraphs-users/qPX4Syx2kz8/discussion">reports</a>
+    that excanvas won't work until this happens. If you're using jQuery, this
+    means drawing your charts inside of a <code>$(function() { ... })</code>
+    block.</p>
+
     <h2 id="gviz">GViz Data</h2>
 
     <p>The <a
@@ -606,8 +611,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
@@ -632,10 +637,45 @@ public static native JavaScriptObject drawDygraph(
     <p>dygraphs has also found use in other organizations:</p>
 
     <ul class='padded-list'>
+  <li><a
+    href="http://iswa.ccmc.gsfc.nasa.gov:8080/IswaSystemWebApp/index.jsp?i_1=388&l_1=99&t_1=316&w_1=800&h_1=400&s_1=0!3!0!ACE.B_x!ACE.B_y!ACE.B_z!">Integrated
+    Space Weather Analysis System</a> (NASA)<br/>
+  <span class="desc">&ldquo;We use [dygraphs] in the Integrated Space Weather
+    Analysis System available from the Space Weather Laboratory at NASA Goddard
+    Space Flight Center. It works quite well for time series data from various
+    missions and simulations that we store.&rdquo;</span></li>
+
+
+  <li><a href="http://www.eutelsat.fr">Eutelsat</a><br/>
+  <span class="desc">&ldquo;Eutelsat uses dygraphs for charting spacecraft
+    telemetry for a fleet of 25 geostationary satellites. The spacecraft
+    engineers are very happy with it.  All satellite combined are producing
+    about 200 millions unique data points per day so we really appreciate the
+    excellent performance of dygraphs.&rdquo;</span></li>
+
+  <li><a href="http://www.10gen.com/mongodb-monitoring-service">10gen MongoDB
+    Monitoring Service</a><br/>
+  <span class="desc">A free monitoring service for MongoDB from 10gen (the
+    creators of MongoDB). Used by thousands of servers and users. Makes use of
+    <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>
 
+  <li><a href="http://code.google.com/p/quadrant-framework/">quadrant-framework</a> (MySQL Load Testing Framework)<br/>
+  <span class="desc">A user friendly framework for creating and visualizing
+    MySQL database load test jobs. For more information on its use of dygraphs,
+    see <a href="http://themattreid.com/wordpress/2011/05/20/quadrant-framework-rev7-update-adds-dygraphs-support/">this post</a>.</span></li>
+
+  <li><a href="http://spinwave.wordpress.com/2011/03/28/spinwave-systems-enables-energy-efficiency-case-studies/">Spinwave Systems</a> (Home energy monitoring)<br/>
+  <span class="desc">dygraphs is used to chart energy usage over time.</span></li>
+
+
     <li><a href="http://www.socib.es/jwebchart/?file=http://thredds.socib.es/thredds/dodsC/mooring/weather_station/mobims_calamillor-scb_met001/L1/dep0001_mobims-calamillor_scb-met001_L1_latest.nc">Jwebchart</a><br/>
     <span class="desc">
     jWebChart is a stand-alone and Thredds' embedded plotting system for