tests divs
authorDan Vanderkam <danvdk@gmail.com>
Tue, 23 Mar 2010 13:41:47 +0000 (06:41 -0700)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 23 Mar 2010 13:41:47 +0000 (06:41 -0700)
docs/index.html
docs/style.css

index 3f6bfb6..bf18315 100644 (file)
@@ -38,7 +38,7 @@
         <li><a href="tests/perf.html">Performance Test</a></li>
         <li><a href="tests/fillGraph.html">Filled Chart</a></li>
         <li><a href="tests/perf.html">Fractions</a></li>
-        <li><a href="tests/visibility.html">Visibility</li>
+        <li><a href="tests/visibility.html">Visibility</a></li>
         <li><a href="tests/label-div.html">Labels in a DIV</a></li>
         <li><a href="tests/numeric-axis.html">Numeric Axis</a></li>
         <li><a href="tests/draw-points.html">Dotted Points</a></li>
@@ -491,7 +491,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
         <td>Usually, dygraphs will use the range of the data plus some padding to set the range of the y-axis. If this option is set, the y-axis will always include zero, typically as the lowest value. This can be used to avoid exaggerating the variance in the data.
-        <br/>Tests: no-range numeric-gviz small-range-zero
+        <div class="tests">Tests: no-range numeric-gviz small-range-zero</div>
           </td>
         </tr>
         <tr>
@@ -499,7 +499,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer &gt;= 1</code></td>
           <td><code>1</code></td>
           <td>Number of days over which to average data. Discussed extensively above.
-        <br/>Tests: demo two-series noise
+        <div class="tests">Tests: demo two-series noise</div>
         </td>
         </tr>
         <tr>
@@ -507,7 +507,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>If the rolling average period text box should be shown.
-          <br/>Tests: callback crosshair fractions isolated-points numeric-gviz underlay-callback
+          <div class="tests">Tests: callback crosshair fractions isolated-points numeric-gviz underlay-callback</div>
           </td>
         </tr>
         <tr>
@@ -515,7 +515,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>['red', '#00FF00']</code></td>
           <td><code></code></td>
           <td>List of colors for the data series. These can be of the form "#AABBCC" or "rgb(255,100,200)" or "yellow", etc. If not specified, equally-spaced points around a color wheel are used.
-          <br/>Tests: color-visibility demo
+          <div class="tests">Tests: color-visibility demo</div>
           </td>
         </tr>
         <tr>
@@ -524,7 +524,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>false</code></td>
           <td>Should the area underneath the graph be filled? This option is not
           compatible with error bars.
-          <br/>Tests: fillGraph
+          <div class="tests">Tests: fillGraph</div>
           </td>
         </tr>
         <tr>
@@ -535,7 +535,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           been constructed, you can access and modify the visibility of each
           series using the <code>visibility</code> and
           <code>setVisibility</code> methods.
-          <br/>Tests: visibility color-visibility
+          <div class="tests">Tests: visibility color-visibility</div>
           </td>
         </tr>
         <tr>
@@ -543,7 +543,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>0.0 - 1.0</code></td>
           <td><code>1.0</code></td>
           <td>If <strong>colors</strong> is not specified, saturation of the automatically-generated data series colors.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -551,7 +551,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>float (0.0 &mdash; 1.0)</code></td>
           <td><code>1.0</code></td>
           <td>If colors is not specified, value of the data series colors, as in hue/saturation/value. (0.0-1.0, default 0.5)
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -559,7 +559,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>function(e, date){<br>&nbsp;&nbsp;&nbsp;&nbsp;alert(date);<br>}</code></td>
           <td><code>null</code></td>
           <td>A function to call when a data point is clicked. The function should take two arguments, the event object for the click and the date that was clicked. (default null)
-          <br/>Tests: callback
+          <div class="tests">Tests: callback</div>
           </td>
         </tr>
         <tr>
@@ -567,7 +567,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>function(minDate,<br/>maxDate){}</code></td>
           <td><code>null</code></td>
           <td>A function to call when the zoom window is changed (either by zooming in or out). minDate and maxDate are milliseconds since epoch.
-          <br/>Tests: callback
+          <div class="tests">Tests: callback</div>
           </td>
         </tr>
         <tr>
@@ -575,7 +575,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer</code></td>
           <td><code>1</code></td>
           <td>Width of the data lines. This can be used to increase the contrast or some graphs.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -583,14 +583,14 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>[<br>&nbsp;&nbsp;Date.parse('2006-01-01'),<br>&nbsp;&nbsp;(new Date()).valueOf()<br>]</code></td>
           <td rowspan="2"><code>Full range of the<br/> input is shown</code></td>
           <td>Initially zoom in on a section of the graph. Is of the form [earliest, latest], where earliest/latest are milliseconds since epoch.
-          <br/>Tests: dateWindow link-interaction
+          <div class="tests">Tests: dateWindow link-interaction</div>
           </td>
         </tr>
         <tr>
           <td><strong>valueRange</strong></td>
           <td><code>[10, 110]</code></td>
           <td>Explicitly set the vertical range of the graph to [low, high].
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -598,7 +598,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>Put <code>&lt;br/&gt;</code> between lines in the label string. Often used in conjunction with <strong>labelsDiv</strong>.
-          <br/>Tests: customLabel demo
+          <div class="tests">Tests: customLabel demo</div>
           </td>
         </tr>
         <tr>
@@ -606,7 +606,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>document.<br/>getElementById('foo')</code></td>
           <td><code>null</code></td>
           <td>Show data labels in an external div, rather than on the graph.
-          <br/>Tests: demo label-div
+          <div class="tests">Tests: demo label-div</div>
           </td>
         </tr>
         <tr>
@@ -614,7 +614,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>true</code></td>
           <td><code>false</code></td>
           <td>Show K/M/B for thousands/millions/billions on y-axis.
-          <br/>Tests: demo labelsKMB no-range
+          <div class="tests">Tests: demo labelsKMB no-range</div>
           </td>
         </tr>
         <tr>
@@ -623,7 +623,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>false</code></td>
           <td>Show k/M/G for kilo/Mega/Giga on y-axis. This is different than
           <code>labelsKMB</code> in that it uses base 2, not 10.
-          <br/>Tests: labelsKMB
+          <div class="tests">Tests: labelsKMB</div>
           </td>
         </tr>
         <tr>
@@ -631,7 +631,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>250</code></td>
           <td><code></code></td>
           <td>Width (in pixels) of the div which shows information on the currently-highlighted points.
-          <br/>Tests: customLabel
+          <div class="tests">Tests: customLabel</div>
           </td>
         </tr>
         <tr>
@@ -639,7 +639,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>{}</code></td>
           <td><code>null</code></td>
           <td>Additional styles to apply to the currently-highlighted points div. For example, { 'font-weight': 'bold' } will make the labels bold.
-          <br/>Tests: border customLabel
+          <div class="tests">Tests: border customLabel</div>
           </td>
         </tr>
         <tr>
@@ -647,7 +647,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer</code></td>
           <td><code>3</code></td>
           <td>The size in pixels of the dot drawn over highlighted points.
-          <br/>Tests: grid_dot
+          <div class="tests">Tests: grid_dot</div>
           </td>
         </tr>
         <tr>
@@ -655,7 +655,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>Draw a small dot at each point, in addition to a line going through the point. This makes the individual data points easier to see, but can increase visual clutter in the chart.
-          <br/>Tests: draw-points
+          <div class="tests">Tests: draw-points</div>
           </td>
         </tr>
         <tr>
@@ -663,7 +663,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>interger</code></td>
           <td><code>1</code></td>
           <td>The size of the dot to draw on each point in pixels (see drawPoints). A dot is always drawn when a point is "isolated", i.e. there is a missing point on either side of it. This also controls the size of those dots.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -671,7 +671,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td rowspan="2"><code>integer</code></td>
           <td><code>60</code></td>
           <td rowspan="2">Number of pixels to require between each x- and y-label. Larger values will yield a sparser axis with fewer ticks.
-          <br/>Tests: spacing
+          <div class="tests">Tests: spacing</div>
           </td>
         </tr>
         <tr>
@@ -683,7 +683,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td rowspan="2"><code>integer</code></td>
           <td><code></code></td>
           <td rowspan="2">Width (in pixels) of the x- and y-axis labels.
-          <br/>Tests: customLabel
+          <div class="tests">Tests: customLabel</div>
           </td>
         </tr>
         <tr>
@@ -695,7 +695,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer</code></td>
           <td><code>14</code></td>
           <td>Size of the font (in pixels) to use in the axis labels, both x- and y-axis.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -703,7 +703,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer</code></td>
           <td><code></code></td>
           <td>Number of pixels to leave blank at the right edge of the Dygraph. This makes it easier to highlight the right-most data point.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -711,7 +711,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>Does the data contain standard deviations? Setting this to true alters the input format (see above).
-          <br/>Tests: noise customLabel draw-points fillGraph fractions
+          <div class="tests">Tests: noise customLabel draw-points fillGraph fractions</div>
           </td>
         </tr>
         <tr>
@@ -719,7 +719,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>integer</code></td>
           <td><code></code></td>
           <td>When errorBars is set, shade this many standard deviations above/below each point.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -727,7 +727,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>When set, attempt to parse each cell in the CSV file as "a/b", where a and b are integers. The ratio will be plotted. This allows computation of Wilson confidence intervals (see below).
-          <br/>Tests: fractions
+          <div class="tests">Tests: fractions</div>
           </td>
         </tr>
         <tr>
@@ -735,7 +735,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>true</code></td>
           <td>Use in conjunction with the "fractions" option. Instead of plotting +/- N standard deviations, dygraphs will compute a Wilson confidence interval and plot that. This has more reasonable behavior for ratios close to 0 or 1.
-          <br/>Tests: <font color=red>none</font>
+          <div class="tests">Tests: <font color=red>none</font></div>
           </td>
         </tr>
         <tr>
@@ -743,7 +743,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
           <td><code>boolean</code></td>
           <td><code>false</code></td>
           <td>When set, parse each CSV cell as "low;middle;high". Error bars will be drawn for each point between low and high, with the series itself going through middle.
-          <br/>Tests: custom-bars zero-series
+          <div class="tests">Tests: custom-bars zero-series</div>
           </td>
         </tr>
       </tbody>
index 6edc799..4b7d4e1 100644 (file)
@@ -55,3 +55,7 @@ font-size: 30px;
 pre {
 padding: 0 10px;
 }
+
+.tests {
+font-size: 80%;
+}