diff --git a/test/ScatterChartTest.html b/test/ScatterChartTest.html new file mode 100644 index 0000000..fd0f739 --- /dev/null +++ b/test/ScatterChartTest.html @@ -0,0 +1,194 @@ + + + + + + + +
+

Scatter chart tests

+ +
+ Normal - four series', all random (40 points) + +
+
+ Normal - one series', all random (5 points), zero left margin + +
+
+ Zero right margin, 200 points + +
+
+ Bigger margins + +
+
+ Zero data points + +
+
+ One point. + +
+
+ Two points + +
+
+ Three series', one point each + +
+
+ Three series', first one has zero points + +
+
+ Lots of series + +
+
+ Scatter plus line: y=2x + 0 + +
+
+ Scatter plus line: y=2x + 10; + +
+
+ Scatter plus line: y=-0.5x + 1.0; + +
+ + + +
+ + + + + + + + + + + + + diff --git a/test/lineChartTest.html b/test/lineChartTest.html index 72b6f8c..399c8d3 100644 --- a/test/lineChartTest.html +++ b/test/lineChartTest.html @@ -12,6 +12,7 @@ Line Chart Stacked Area Cumulative Line + Scatter nv.interactiveBisect unit tests