From 412c855edcab20fc9f86ee1a8b89abb070fc0665 Mon Sep 17 00:00:00 2001
From: Mathis Neumann <mathis@simpletechs.net>
Date: Thu, 14 Jul 2016 18:58:35 +0200
Subject: [PATCH] let flot choose the tick size

---
 app/components/time-series-plot.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/components/time-series-plot.js b/app/components/time-series-plot.js
index 48b24fc..2cb1de0 100644
--- a/app/components/time-series-plot.js
+++ b/app/components/time-series-plot.js
@@ -9,7 +9,6 @@ export default Component.extend({
     attributeBindings: ['style'],
     timeSeries: [],
     options: {
-        minTickSize: [1, 'hour'],
         xaxis: {
             mode: 'time',
             // timezone: 'browser' // TODO: from Server?
-- 
GitLab