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 2232b4becf8..13e2f4d719d 100644 --- a/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html +++ b/homeassistant/components/frontend/www_static/polymer/components/state-timeline.html @@ -196,7 +196,14 @@ format: 'H:mm' }, lineWidth: 1, - chartArea:{left:'60',width:"95%"} + chartArea:{left:'60',width:"95%"}, + explorer: { + actions: ['dragToZoom', 'rightClickToReset', 'dragToPan'], + keepInBounds: true, + axis: 'horizontal', + maxZoomIn: 0.1 + } + }; if(isSingleDevice) {