diff --git a/app/components/time-series-plot.js b/app/components/time-series-plot.js
index 48b24fcb5e25356fee9a059fed1e3d2503f3c0ee..2cb1de0072d6771c8af14a79df1c1683c1847b2f 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?