From b98ebdabfc68cfac45d709348e266337ac25e1dc Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Mon, 27 Feb 2012 22:09:04 -0500 Subject: [PATCH] Delete outdated tests. --- tests/crosshair.html | 72 -------------------------- tests/csv-numeric-x.html | 31 ----------- tests/noise.html | 49 ------------------ tests/number-display.html | 123 -------------------------------------------- tests/two-series.html | 36 ------------- tests/y-axis-formatter.html | 99 ----------------------------------- 6 files changed, 410 deletions(-) delete mode 100644 tests/crosshair.html delete mode 100644 tests/csv-numeric-x.html delete mode 100644 tests/noise.html delete mode 100644 tests/number-display.html delete mode 100644 tests/two-series.html delete mode 100644 tests/y-axis-formatter.html 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:

-
- - - - -- 2.7.4