X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fusers.html;h=66303622967182414b831ca3af1b8019bf086bb5;hb=b55a71d768d2f8de62877c32b3aec9e9975ac389;hp=6e7557f4a07338dbb84497dfa162691f5cb98032;hpb=72d29646dc7a37e92efc2f749ea8e59c6e5f24d5;p=dygraphs.git diff --git a/docs/users.html b/docs/users.html index 6e7557f..6630362 100644 --- a/docs/users.html +++ b/docs/users.html @@ -80,8 +80,16 @@ ([1], [2]). -
  • NOAA Great Lakes Water Level Dashboard
    - 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.
  • +
  • + NOAA Great Lakes Dashboard
    + + 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. + +
  • HowManyDiapers.com
    @@ -92,6 +100,27 @@ Dygraphs are used in the results page, to display the growth curve and sizing changes (using annotations).
  • + +
  • + USGS CIDA/GCMRC River Sediment and Discharge
    + + 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. (View the code!) + +
  • + +
  • + Ghanastocks.net
    + + 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. + +