X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fusers.html;h=66303622967182414b831ca3af1b8019bf086bb5;hb=401ff9f17c622f3173cc8d34cfcf3e444620d7d0;hp=5c183cc50f857018acddf4fb493d4934df8039c1;hpb=be66b1dd3cafd50ff1fee9bf3ca42cbc3be2e6e5;p=dygraphs.git diff --git a/docs/users.html b/docs/users.html index 5c183cc..6630362 100644 --- a/docs/users.html +++ b/docs/users.html @@ -100,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. + +