From 1478a8a177f828f3ce21a17483c44676e801bfe0 Mon Sep 17 00:00:00 2001 From: Tyler Shaddix Date: Sat, 10 Aug 2013 23:52:19 -0400 Subject: [PATCH] Added bar charts --- .gitignore | 1 + examples/bar.html | 35 ++++++++++++++ examples/metric.html | 2 +- oocharts.js | 108 ++++++++++++++++++++++++++++++++++++++++++- oocharts.min.js | 2 +- 5 files changed, 145 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 examples/bar.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4bff5f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.c9revisions diff --git a/examples/bar.html b/examples/bar.html new file mode 100644 index 0000000..d4525ec --- /dev/null +++ b/examples/bar.html @@ -0,0 +1,35 @@ + + + + +

With JS

+
+ +

With HTML Attributes

+
+ + + + + \ No newline at end of file diff --git a/examples/metric.html b/examples/metric.html index 67f93ff..9fed3da 100644 --- a/examples/metric.html +++ b/examples/metric.html @@ -6,7 +6,7 @@

With JS

Visits :

With HTML Attributes

- New Visits : + Visits :