From deee58fc43742f85266d3aa8bb8d8fa130adde61 Mon Sep 17 00:00:00 2001 From: "andrew.hurskiy" Date: Fri, 26 May 2017 20:10:15 +0300 Subject: [PATCH] Added major tick determining in timeHelpers. --- samples/scales/time/line.html | 38 +++---- src/core/core.scale.js | 19 +--- src/helpers/helpers.time.js | 34 ++++++- src/scales/scale.time.js | 179 +-------------------------------- test/specs/scale.time.tests.js | 20 ++-- 5 files changed, 67 insertions(+), 223 deletions(-) diff --git a/samples/scales/time/line.html b/samples/scales/time/line.html index 221354f9ee2..0cca931e009 100644 --- a/samples/scales/time/line.html +++ b/samples/scales/time/line.html @@ -28,7 +28,7 @@