From 7523fb951aabc24bf290028c348cbe46bd846f86 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 23 Jan 2012 22:22:02 +0000 Subject: graphing with raphael --- .../examples/linechart/linechart_basic.html | 21 ++++++++++++++++ .../examples/linechart/linechart_interactive.html | 27 +++++++++++++++++++++ .../examples/linechart/linechart_opts.html | 22 +++++++++++++++++ .../examples/linechart/linechart_shading.html | 28 ++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 test/g.raphael/examples/linechart/linechart_basic.html create mode 100644 test/g.raphael/examples/linechart/linechart_interactive.html create mode 100644 test/g.raphael/examples/linechart/linechart_opts.html create mode 100644 test/g.raphael/examples/linechart/linechart_shading.html (limited to 'test/g.raphael/examples/linechart') diff --git a/test/g.raphael/examples/linechart/linechart_basic.html b/test/g.raphael/examples/linechart/linechart_basic.html new file mode 100644 index 0000000..4527f12 --- /dev/null +++ b/test/g.raphael/examples/linechart/linechart_basic.html @@ -0,0 +1,21 @@ + + + gRaphaël Line Chart - a simple line chart example + + + + + + + + \ No newline at end of file diff --git a/test/g.raphael/examples/linechart/linechart_interactive.html b/test/g.raphael/examples/linechart/linechart_interactive.html new file mode 100644 index 0000000..824d969 --- /dev/null +++ b/test/g.raphael/examples/linechart/linechart_interactive.html @@ -0,0 +1,27 @@ + + + gRaphaël Line Chart - line chart interaction example + + + + + + +
+ + diff --git a/test/g.raphael/examples/linechart/linechart_opts.html b/test/g.raphael/examples/linechart/linechart_opts.html new file mode 100644 index 0000000..ac14e24 --- /dev/null +++ b/test/g.raphael/examples/linechart/linechart_opts.html @@ -0,0 +1,22 @@ + + + gRaphaël Line Chart - line chart interaction example + + + + + + +
+ + diff --git a/test/g.raphael/examples/linechart/linechart_shading.html b/test/g.raphael/examples/linechart/linechart_shading.html new file mode 100644 index 0000000..c429d8c --- /dev/null +++ b/test/g.raphael/examples/linechart/linechart_shading.html @@ -0,0 +1,28 @@ + + + gRaphaël Line Chart - a line chart with shading example + + + + + + + + \ No newline at end of file -- cgit v1.2.3