From a478ec66979bb331b6e5c05826d58fd04dabc54f Mon Sep 17 00:00:00 2001
From: jamespcole <jamespcole@gmail.com>
Date: Sat, 11 Apr 2015 19:01:17 +1000
Subject: [PATCH] Removed interactivity from small view of line charts which
 was causing scrollbar issues on more-info card

---
 .../frontend/www_static/polymer/components/state-timeline.html   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html b/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html
index 50a72473117..b6f62a703a6 100644
--- a/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html
+++ b/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html
@@ -232,6 +232,7 @@
           options.chartArea.left = 40;
           options.chartArea.height = '80%';
           options.chartArea.top = 5;
+          options.enableInteractivity = false;
         }
 
         // Get a unique list of times of state changes for all the device
-- 
GitLab