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/piechart/piechart_basic.html | 24 +++++++++++++ .../g.raphael/examples/piechart/piechart_each.html | 28 +++++++++++++++ .../examples/piechart/piechart_hover.html | 28 +++++++++++++++ .../examples/piechart/piechart_hover_adv.html | 41 ++++++++++++++++++++++ .../examples/piechart/piechart_rotate.html | 28 +++++++++++++++ .../examples/piechart/piechart_with_legend.html | 20 +++++++++++ 6 files changed, 169 insertions(+) create mode 100644 test/g.raphael/examples/piechart/piechart_basic.html create mode 100644 test/g.raphael/examples/piechart/piechart_each.html create mode 100644 test/g.raphael/examples/piechart/piechart_hover.html create mode 100644 test/g.raphael/examples/piechart/piechart_hover_adv.html create mode 100644 test/g.raphael/examples/piechart/piechart_rotate.html create mode 100644 test/g.raphael/examples/piechart/piechart_with_legend.html (limited to 'test/g.raphael/examples/piechart') diff --git a/test/g.raphael/examples/piechart/piechart_basic.html b/test/g.raphael/examples/piechart/piechart_basic.html new file mode 100644 index 0000000..54cc4bb --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_basic.html @@ -0,0 +1,24 @@ + + + gRaphaël Pie Chart - a simple piechart example + + + + + + + + \ No newline at end of file diff --git a/test/g.raphael/examples/piechart/piechart_each.html b/test/g.raphael/examples/piechart/piechart_each.html new file mode 100644 index 0000000..e66be8d --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_each.html @@ -0,0 +1,28 @@ + + + gRaphaël Pie Chart - iterating through sectors using .each() + + + + + + + + diff --git a/test/g.raphael/examples/piechart/piechart_hover.html b/test/g.raphael/examples/piechart/piechart_hover.html new file mode 100644 index 0000000..f3a62a8 --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_hover.html @@ -0,0 +1,28 @@ + + + gRaphaël Pie Chart - a .hover() example + + + + + + + + \ No newline at end of file diff --git a/test/g.raphael/examples/piechart/piechart_hover_adv.html b/test/g.raphael/examples/piechart/piechart_hover_adv.html new file mode 100644 index 0000000..ce41d3a --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_hover_adv.html @@ -0,0 +1,41 @@ + + + gRaphaël Pie Chart - a more complex .hover() example + + + + + + + + \ No newline at end of file diff --git a/test/g.raphael/examples/piechart/piechart_rotate.html b/test/g.raphael/examples/piechart/piechart_rotate.html new file mode 100644 index 0000000..1ee3a24 --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_rotate.html @@ -0,0 +1,28 @@ + + + gRaphaël Pie Chart - rotate your piechart + + + + + + + + \ No newline at end of file diff --git a/test/g.raphael/examples/piechart/piechart_with_legend.html b/test/g.raphael/examples/piechart/piechart_with_legend.html new file mode 100644 index 0000000..721656a --- /dev/null +++ b/test/g.raphael/examples/piechart/piechart_with_legend.html @@ -0,0 +1,20 @@ + + + gRaphaël Pie Chart - a piechart with legend example + + + + + + + + \ No newline at end of file -- cgit v1.2.3