From 288e76e7ede2fb0e800f1d8a7e2288c7254fb3db Mon Sep 17 00:00:00 2001 From: Darius Riggins Date: Wed, 29 Apr 2015 12:10:09 -0700 Subject: [PATCH] Add HorizontalBarChart chart --- example/index.html | 13 +++ src/HorizontalBarChart.jsx | 162 +++++++++++++++++++++++++++++++++++++ src/index.jsx | 2 + 3 files changed, 177 insertions(+) create mode 100644 src/HorizontalBarChart.jsx diff --git a/example/index.html b/example/index.html index 6ea1b64..52d1e81 100644 --- a/example/index.html +++ b/example/index.html @@ -12,6 +12,7 @@
+
@@ -26,6 +27,7 @@