diff --git a/test/lineChartTest.html b/test/lineChartTest.html index 58da1a2..aa660f5 100644 --- a/test/lineChartTest.html +++ b/test/lineChartTest.html @@ -2,38 +2,7 @@ - - +

Line chart test cases - feel free to add more tests

diff --git a/test/stackedAreaChartTest.html b/test/stackedAreaChartTest.html new file mode 100644 index 0000000..55ac480 --- /dev/null +++ b/test/stackedAreaChartTest.html @@ -0,0 +1,295 @@ + + + + + + +

Stacked area chart test cases - feel free to add more tests

+
Full chart example with new tooltip and guideline
+
Chart with old tooltips
+
Chart with single point
+
Chart with two points
+
Chart with 'holes'
+
Total random points
+
No data
+ + + + + + + + + + + + + diff --git a/test/teststyle.css b/test/teststyle.css new file mode 100644 index 0000000..aadc3aa --- /dev/null +++ b/test/teststyle.css @@ -0,0 +1,27 @@ +body { + overflow-y:scroll; + font-family: arial; +} + +text { + font: 12px sans-serif; +} + +.chart { + float:left; + height: 500px; + text-align: center; + font-weight: bold; + margin-bottom: 2em; +} +.chart.full { + width: 100%; +} + +.chart.half { + width: 50%; +} + +.chart.third { + width: 33%; +} \ No newline at end of file