Bug fix for dygraph point selection touch event.
[dygraphs.git] / docs / users.html
index 6e7557f..6630362 100644 (file)
   (<a href="http://cavorite.com/labs/js/dygraphs-export/">[1]</a>, <a href="https://github.com/cavorite/dygraphs">[2]</a>).
   </span></li>
 
-  <li><a href="http://www.glerl.noaa.gov/data/now/wlevels/dbd/altSite.html">NOAA Great Lakes Water Level Dashboard</a><br/>
-  <span class="desc">The Great Lakes Water Level dashboard was designed to help users view, understand, and compare Great Lakes surface water elevation data and forecasts from a variety of different sources, and across a variety of time scales ranging from monthly average values, to annual and multi-decadal values. First developed in Adobe Flash, a HTML 5 compatible version has been in the works and a functional draft is available here.</span></li>
+  <li>
+    <a href="http://www.glerl.noaa.gov/data/dashboard/GLD_HTML5.html">NOAA Great Lakes Dashboard</a><br/>
+    <span class="desc">
+      The Great Lakes Dashboard provides user-friendly 
+      access to aggregated time series data, model output, and forecasts for 
+      multiple variables describing the Great Lakes along with background 
+      information. First developed in Adobe Flash, a HTML 5 compatible version 
+      has been in the works and a functional draft is available here.
+    </span>
+  </li>
   
   <li>
     <a href="http://howmanydiapers.com">HowManyDiapers.com</a><br />
       Dygraphs are used in the results page, to display the growth curve and sizing changes (using annotations).
     </span>
   </li>
+
+  <li>
+    <a href="http://cida.usgs.gov/gcmrc/discharge_qw_sediment/">USGS CIDA/GCMRC River Sediment and Discharge</a><br />
+    <span class="desc">
+      The Center for Integrated Data Analytics (CIDA) is using Dygraphs to display timeseries data 
+      collected at USGS gage stations, most prominently on the Colorado River through the Grand 
+      Canyon.  Dygraphs performance was essential for interacting with years of dense timeseries 
+      data in the browser. (<a href="https://github.com/USGS-CIDA/gcmrc-ui-parent">View the code</a>!)
+    </span>
+  </li>
+  
+    <li>
+    <a href="https://www.ghanastocks.net">Ghanastocks.net</a><br />
+    <span class="desc">
+      Ghanastocks.net is a financial platform offering information on the stocks traded on the Ghana Stock Exchange. 
+      Dygraphs is used to display the stock charts. On the front page a tiny preview graph with no interaction model and 
+      labels is used, the quote pages uses a standard version of dygraphs and the detailed chart is displayed using two 
+      dygraphs instances, one for the volume bars and one for the chart, which are synchronized through a custom highlight 
+      callback. 
+    </span>
+  </li>
   
   </ul>