From 79b196cb41804796c432753b8f6d5b0cc8968cdc Mon Sep 17 00:00:00 2001 From: Robin Hu Date: Sat, 6 Jul 2013 14:58:50 -0400 Subject: [PATCH] Added simple navigation links between lineChart, StackedAreaChart and CumulativeChart test examples. --- examples/cumulativeLineChart.html | 7 ++++++- test/lineChartTest.html | 8 +++++++- test/stackedAreaChartTest.html | 6 ++++++ test/teststyle.css | 4 ++++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/examples/cumulativeLineChart.html b/examples/cumulativeLineChart.html index 3532cb1..f32dc27 100644 --- a/examples/cumulativeLineChart.html +++ b/examples/cumulativeLineChart.html @@ -31,7 +31,12 @@ svg { - +
diff --git a/test/lineChartTest.html b/test/lineChartTest.html index b4b253c..e341048 100644 --- a/test/lineChartTest.html +++ b/test/lineChartTest.html @@ -6,6 +6,12 @@

Line chart test cases - feel free to add more tests

+
Example of chart with many series', and new interactive guideline plus tooltip. @@ -129,7 +135,7 @@ function defaultChartConfig(containerid, data, guideline, useDates) { chart .x(function(d,i) { - return d.x + return d.x; }); var formatter; diff --git a/test/stackedAreaChartTest.html b/test/stackedAreaChartTest.html index 55ac480..1bcbfc9 100644 --- a/test/stackedAreaChartTest.html +++ b/test/stackedAreaChartTest.html @@ -5,6 +5,12 @@

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
diff --git a/test/teststyle.css b/test/teststyle.css index aadc3aa..69b0cf6 100644 --- a/test/teststyle.css +++ b/test/teststyle.css @@ -24,4 +24,8 @@ text { .chart.third { width: 33%; +} + +.navigation a{ + margin-right: 1em; } \ No newline at end of file