From ca48caa8b02a017b07e6789574887c75bc8ed846 Mon Sep 17 00:00:00 2001
From: Tanner Linsley
Date: Thu, 24 Sep 2015 02:25:21 -0600
Subject: [PATCH] checkpoint for the morning check
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
made some good progress. Just need some more eyes on it, cuz Iâm
literally typing without my glasses on right now.
---
samples/combo-bar-line.html | 88 +++---
samples/line-scale-override.html | 131 --------
samples/line-x-axis-filter.html | 186 ++++++------
samples/scatter.html | 281 +++++++++---------
src/controllers/controller.bar.js | 27 +-
src/controllers/controller.line.js | 4 +-
src/core/core.controller.js | 10 +
src/core/core.scale.js | 23 +-
src/scales/scale.category.js | 6 +-
src/scales/scale.linear.js | 462 +----------------------------
10 files changed, 332 insertions(+), 886 deletions(-)
delete mode 100644 samples/line-scale-override.html
diff --git a/samples/combo-bar-line.html b/samples/combo-bar-line.html
index cdca070c4..f2e936ab3 100644
--- a/samples/combo-bar-line.html
+++ b/samples/combo-bar-line.html
@@ -13,54 +13,56 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/line-scale-override.html b/samples/line-scale-override.html
deleted file mode 100644
index 6603b5c04..000000000
--- a/samples/line-scale-override.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
Line Chart with Scale Override
-
-
-
-
-
-
-