File: users.html

package info (click to toggle)
dygraphs 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,340 kB
  • sloc: javascript: 24,842; sh: 800; python: 581; makefile: 45
file content (127 lines) | stat: -rw-r--r-- 7,301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!--#set var="pagetitle" value="list of known users" -->
<!--#include virtual="header.html" -->

  <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
  href="mailto:dan@dygraphs.com">Dan</a> a link and he'll add it to this
  list.</p>

  <p>dygraphs was originally developed at Google and has found wide use on
  internal dashboards and servers there. There are also a few uses of
  dygraphs on public Google products:</p>

  <ul class='padded-list'>
  <li><a href="http://www.google.com/trends/correlate/search?e=id:20xKcnNqHrk&t=weekly">Google Correlate</a><br />
  <span class="desc">Uses dygraphs for time series visualization. Mostly a standard configuration, with just a few tweaks to match Google style.</span></li>

  <li><a href="http://www.google.com/trends/correlate/draw?p=us">Google Correlate - Search by Drawing</a><br />
  <span class="desc">This is a highly customized configuration which lets the user draw a time series. Based on <a href="tests/drawing.html">this demo</a>.</span></li>

  <li><a href="https://www.google.com/latitude/b/0/history/manage">Google Latitude History Dashboard</a><br />
  <span class="desc">Uses mouse interaction callbacks to synchronize time series points with markers on a Google Map.</span></li>
  </ul>

  <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">“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.”</span></li>

<li><a href="http://www.eutelsat.fr">Eutelsat</a><br />
<span class="desc">“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.”</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
  netCDF files. NetCDF is a common standard for the storage and
  distribution of scientific data.
  </span></li>

  <li><a href="http://ngrams.cavorite.com/">n-gramas - Explore las tendencias en los artículos periodísticos de Colombia.</a><br />

  <span class="desc">(English: "Explore trends in newspaper articles of
  Colombia"). dygraphs is used for displaying the results of this n-grams
  viewer.  Uses an extension for exporting the plots as PNG images
  (<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/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 />
    <span class="desc">
      HowManyDiapers.com is a free tool for estimating diaper use and sizes for any infant, in any time period.
      Using the baby’s percentile by weight (from the CDC growth chart), it plots out how much the baby is likely
      to weigh in the future, then checks with the manufacturer’s sizing charts to determine best diaper fit.
      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>

  <p>Are you using dygraphs? Please let <a href="mailto:dan@dygraphs.com">Dan</a> know and he'll add your link here!</p>

<!--#include virtual="footer.html" -->