Add hints in dygraphs benchmark for parameters.
authorRobert Konigsberg <konigsberg@google.com>
Tue, 10 Jul 2012 15:05:55 +0000 (11:05 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Tue, 10 Jul 2012 15:05:55 +0000 (11:05 -0400)
tests/dygraph-many-points-benchmark.html

index 7aadb19..34349ac 100644 (file)
           onclick="clickedRadioButton(this);" checked> sinusoid function
         <input type="radio" id="rand" name="group1" value="rand"
           onclick="clickedRadioButton(this);"> random points <br></p>
-      <p>Number of points:
+      <p>Number of points (points):
          <input type="text" id="points" size="20"></p>
-      <p>Number of series:
+      <p>Number of series (series):
          <input type="text" id="series" size="20"></p>
-      <p>Roll period (in points):
+      <p>Roll period (in points, rollPeriod):
         <input type="text" id="rollPeriod" size="20"></p>
-      <p>Repetitions:
+      <p>Repetitions (repititions):
         <input type="text" id="repetitions" size="20"></p>
       <input type="button" value="Go!" onclick="updatePlot();">
     </div>