Check for new options before updating synchronised graphs (Fixes #760)
[dygraphs.git] / docs / users.html
index 5c183cc..6630362 100644 (file)
       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>