From 8c877315a6b3fe6abe4168ca8c39f161a0b6da86 Mon Sep 17 00:00:00 2001 From: ARC Date: Sun, 17 May 2015 11:43:25 -0400 Subject: Switched from google-chart back to chart.js - I couldn't get axis animations right with google --- www/lib/chartjs/samples/bar.html | 45 +++++++ www/lib/chartjs/samples/doughnut.html | 67 ++++++++++ www/lib/chartjs/samples/line-customTooltips.html | 129 +++++++++++++++++++ www/lib/chartjs/samples/line.html | 54 ++++++++ www/lib/chartjs/samples/pie-customTooltips.html | 156 +++++++++++++++++++++++ www/lib/chartjs/samples/pie.html | 58 +++++++++ www/lib/chartjs/samples/polar-area.html | 60 +++++++++ www/lib/chartjs/samples/radar.html | 53 ++++++++ 8 files changed, 622 insertions(+) create mode 100644 www/lib/chartjs/samples/bar.html create mode 100644 www/lib/chartjs/samples/doughnut.html create mode 100644 www/lib/chartjs/samples/line-customTooltips.html create mode 100644 www/lib/chartjs/samples/line.html create mode 100644 www/lib/chartjs/samples/pie-customTooltips.html create mode 100644 www/lib/chartjs/samples/pie.html create mode 100644 www/lib/chartjs/samples/polar-area.html create mode 100644 www/lib/chartjs/samples/radar.html (limited to 'www/lib/chartjs/samples') diff --git a/www/lib/chartjs/samples/bar.html b/www/lib/chartjs/samples/bar.html new file mode 100644 index 00000000..5bf4b5ba --- /dev/null +++ b/www/lib/chartjs/samples/bar.html @@ -0,0 +1,45 @@ + + + + Bar Chart + + + +
+ +
+ + + + + diff --git a/www/lib/chartjs/samples/doughnut.html b/www/lib/chartjs/samples/doughnut.html new file mode 100644 index 00000000..fdf7539a --- /dev/null +++ b/www/lib/chartjs/samples/doughnut.html @@ -0,0 +1,67 @@ + + + + Doughnut Chart + + + + +
+ +
+ + + + + diff --git a/www/lib/chartjs/samples/line-customTooltips.html b/www/lib/chartjs/samples/line-customTooltips.html new file mode 100644 index 00000000..4dc46e1a --- /dev/null +++ b/www/lib/chartjs/samples/line-customTooltips.html @@ -0,0 +1,129 @@ + + + + + Line Chart with Custom Tooltips + + + + + + + +
+ +
+
+ +
+ +
+ + + + + + diff --git a/www/lib/chartjs/samples/line.html b/www/lib/chartjs/samples/line.html new file mode 100644 index 00000000..ccd0dad9 --- /dev/null +++ b/www/lib/chartjs/samples/line.html @@ -0,0 +1,54 @@ + + + + Line Chart + + + +
+
+ +
+
+ + + + + diff --git a/www/lib/chartjs/samples/pie-customTooltips.html b/www/lib/chartjs/samples/pie-customTooltips.html new file mode 100644 index 00000000..732317de --- /dev/null +++ b/www/lib/chartjs/samples/pie-customTooltips.html @@ -0,0 +1,156 @@ + + + + + Pie Chart with Custom Tooltips + + + + + + + +
+ +
+
+ +
+ +
+ + + + + + diff --git a/www/lib/chartjs/samples/pie.html b/www/lib/chartjs/samples/pie.html new file mode 100644 index 00000000..255a4997 --- /dev/null +++ b/www/lib/chartjs/samples/pie.html @@ -0,0 +1,58 @@ + + + + Pie Chart + + + +
+ +
+ + + + + diff --git a/www/lib/chartjs/samples/polar-area.html b/www/lib/chartjs/samples/polar-area.html new file mode 100644 index 00000000..d3d3f01b --- /dev/null +++ b/www/lib/chartjs/samples/polar-area.html @@ -0,0 +1,60 @@ + + + + Polar Area Chart + + + +
+ +
+ + + + + diff --git a/www/lib/chartjs/samples/radar.html b/www/lib/chartjs/samples/radar.html new file mode 100644 index 00000000..6a04f879 --- /dev/null +++ b/www/lib/chartjs/samples/radar.html @@ -0,0 +1,53 @@ + + + + Radar Chart + + + + + +
+ +
+ + + + + -- cgit v1.2.3