From 6ab5b447d48bda5c27ba985cbfcdfeb6fe688ea9 Mon Sep 17 00:00:00 2001 From: Robin Hu Date: Sun, 7 Jul 2013 00:02:34 -0400 Subject: [PATCH] Adding unit test page (very crude) for nv.interactiveBisect, since it is a very important function. --- test/interactiveBisectTest.html | 158 ++++++++++++++++++++++++++++++++ test/lineChartTest.html | 1 + 2 files changed, 159 insertions(+) create mode 100644 test/interactiveBisectTest.html diff --git a/test/interactiveBisectTest.html b/test/interactiveBisectTest.html new file mode 100644 index 0000000..9cbf5aa --- /dev/null +++ b/test/interactiveBisectTest.html @@ -0,0 +1,158 @@ + + + + + + + +

Unit tests for nv.interactiveBisect - this function is important for rendering tooltips and the guideline on charts.

+ + + + + + + diff --git a/test/lineChartTest.html b/test/lineChartTest.html index e341048..2e4a0be 100644 --- a/test/lineChartTest.html +++ b/test/lineChartTest.html @@ -11,6 +11,7 @@ Line Chart Stacked Area Cumulative Line + nv.interactiveBisect unit tests
Example of chart with many series', and new interactive guideline plus tooltip.