Skip to content

Commit 685989b

Browse files
committed
Ico.series_min_max(), remove null or undefined values before computing min and max; if no value, return [0,0] instead of throwing an exception
1 parent 9a91abc commit 685989b

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The original version of Ico was written by "Alex Young":http://github.com/alexyo
2020

2121
h1. Demonstration, test suite
2222

23-
To see a demonstration of the capabilities of the current version, check <a href="http://reverserisk.com/ico/">the current test suite</a> which is a rendering of "index.html":http://github.com/uiteoi/ico/blob/master/index.html.
23+
To see a demonstration of the capabilities of the current version, check the current test suite in "index.html":http://github.com/uiteoi/ico/blob/master/index.html.
2424

2525
Unfortunatly tests cannot be automated because it is primaraly about rendering in supported web browsers, most of which do not provide an API suitable for test suites. The test suite is a set of graphs showing most of Ico features. This test suite is meant to be viewed in all supported web browsers where the following tests are performed:
2626
* scroll up and down, mouse over graphs

0 commit comments

Comments
 (0)