From: Robert Konigsberg Date: Tue, 28 Feb 2012 03:09:04 +0000 (-0500) Subject: Delete outdated tests. X-Git-Tag: v1.0.0~314^2~12 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b98ebdabfc68cfac45d709348e266337ac25e1dc;p=dygraphs.git Delete outdated tests. --- diff --git a/tests/crosshair.html b/tests/crosshair.html deleted file mode 100644 index f3720f5..0000000 --- a/tests/crosshair.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - crosshairs - - - - - - - -

Hover, click and zoom to test the callbacks:

-
-
- - - - diff --git a/tests/csv-numeric-x.html b/tests/csv-numeric-x.html deleted file mode 100644 index 6bea2fb..0000000 --- a/tests/csv-numeric-x.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CSV with numeric X series - - - - - - -

CSV data with a numeric (non-date) X series.

-
- - - diff --git a/tests/noise.html b/tests/noise.html deleted file mode 100644 index 4ddb492..0000000 --- a/tests/noise.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - noise - - - - - - - -
-
-
- - - - diff --git a/tests/number-display.html b/tests/number-display.html deleted file mode 100644 index c6d93b3..0000000 --- a/tests/number-display.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - dygraphs number display - - - - - - - -

dygraphs number display

-

Dygraphs can display numbers in either scientific mode (fixed number of significant figures) or fixed-point mode (fixed number of digits after the decimal point). It is in fixed-point mode by default.

-

To switch to scientific mode, set the sigFigs option to the number of significant figures in your data.

-

In fixed-point mode, you can control the number of digits after the decimal using the digitsAfterDecimal option. For particularly large numbers, this format can get unwieldy (i.e. '100000000' for 100M is a bit lengthy). Once the numbers get to a certain length, dygraphs will switch over to scientific notation. This is controlled by the maxNumberWidth option.

- -
- - - - diff --git a/tests/two-series.html b/tests/two-series.html deleted file mode 100644 index 6054f2e..0000000 --- a/tests/two-series.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - two series - - - - - - - -

No rollup:

-
-

30-Day Rollup:

-
- - - - diff --git a/tests/y-axis-formatter.html b/tests/y-axis-formatter.html deleted file mode 100644 index 76f6ffd..0000000 --- a/tests/y-axis-formatter.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - dygraph - - - - - - - -

Potential Y Axis formatting problems for small values

- -

The problem using default y axis formatting for very small values:
- (this was more of a problem before dygraphs automatically switched to scientific notation)

-
- - -

The solution using a Y axis formatting function:

-
- - -

Different yValueFormatter and yAxisLabelFormatter functions:

-
- - - -